Socket
Socket
Sign inDemoInstall

eslint-plugin-security

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-security - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

7

CHANGELOG.md
# Changelog
### [3.0.1](https://www.github.com/eslint-community/eslint-plugin-security/compare/v3.0.0...v3.0.1) (2024-06-13)
### Bug Fixes
* add name to recommended flat config ([#161](https://www.github.com/eslint-community/eslint-plugin-security/issues/161)) ([aa1c8c5](https://www.github.com/eslint-community/eslint-plugin-security/commit/aa1c8c57a2df4ce64a202808c5642a41b47d4519))
## [3.0.0](https://www.github.com/eslint-community/eslint-plugin-security/compare/v2.1.1...v3.0.0) (2024-04-10)

@@ -4,0 +11,0 @@

1

index.js

@@ -50,2 +50,3 @@ /**

const recommended = {
name: 'security/recommended',
plugins: { security: plugin },

@@ -52,0 +53,0 @@ rules: {

7

package.json
{
"name": "eslint-plugin-security",
"version": "3.0.0",
"version": "3.0.1",
"description": "Security rules for eslint",

@@ -50,3 +50,3 @@ "main": "index.js",

"@eslint/js": "^9.0.0",
"changelog": "1.3.0",
"changelog": "1.4.2",
"eslint": "^9.0.0",

@@ -67,3 +67,4 @@ "eslint-config-nodesecurity": "^1.3.1",

"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"funding": "https://opencollective.com/eslint"
}

@@ -85,1 +85,13 @@ # eslint-plugin-security

<!-- end auto-generated rules list -->
## TypeScript support
Type definitions for this package are managed by [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped). Use [@types/eslint-plugin-security](https://www.npmjs.com/package/@types/eslint-plugin-security) for type checking.
```sh
npm install --save-dev @types/eslint-plugin-security
# OR
yarn add --dev @types/eslint-plugin-security
```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc