Skip to main content
interlace
Plugin: anthropic-security

Changelog

Release history and version updates for eslint-plugin-anthropic-security

Generated from the release history

Built from this package's CHANGELOG.md at deploy time, so it matches the version these docs describe. The full cross-package history lives on the changelog.

0.3.1

  • Correct the declared ESLint floor: ^8.0.0^8.40.0. #407
  • DependenciesUpdated internal dependencies

0.3.0

  • New rule no-untrusted-content-in-prompt (CWE-1427) on all three raw inference #406
  • Ship the JavaScript without tsc's layout. #411
  • DependenciesUpdated internal dependencies

0.2.0

  • no-browser-api-key-exposure now covers the Anthropic SDK too. #403
  • no-hardcoded-api-key now covers all three raw inference SDKs. #402
  • DependenciesUpdated internal dependencies

0.1.1

  • Complete the logo row across every published package. #377
  • Fix the ./oxlint subpath export, which pointed at src/oxlint.js — a file no build produces. require('<package>/oxlint') threw MODULE_NOT_FOUND on every published package, while every README documented that exact wiring for oxlint's jsPlugins. The export now points at the build output, dist/src/oxlint.js. #335
  • Fix SDK peer declarations that npm silently ignored #335
  • DependenciesUpdated internal dependencies

0.1.0

  • AI SDK security family + fix the broken oxlint export (#335) (47cde07f) — 2026-08-04
  • add initial changelog and AI assistant instructions to multiple ESLint plugins (ad251958) — 2025-12-29
  • add component-specific Codecov badges to all README files (b71ce728) — 2025-12-29
  • ignore plugin entry points (src/index.ts) from coverage (27c69e12) — 2025-12-29
  • change include pattern from 'src/rules//index.ts' to 'src//*.ts' (dccfc0fc) — 2025-12-29
  • update Codecov workflow to use CLI upload-process (60dd38cb) — 2025-12-29
  • make Codecov workflow resilient for monorepo (9daece7f) — 2025-12-29
  • add correct peer dependencies for eslint and ai sdk (c9cbc866) — 2025-12-13
  • complete the logo row across every published package (#377) (85e57a7c) — 2026-08-04
  • add MIT license and standard .npmignore files to various ESLint plugins (89f6ba76) — 2025-12-29

Building secure JavaScript with Interlace? Star the repo to get new rules and CWE coverage as we ship them — or follow the AI-code-security benchmarks behind them.