Socket
Socket
Sign inDemoInstall

@rushstack/eslint-plugin-security

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/eslint-plugin-security - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "0.2.4",
"tag": "@rushstack/eslint-plugin-security_v0.2.4",
"date": "Mon, 06 Dec 2021 16:08:32 GMT",
"comments": {
"patch": [
{
"comment": "Add support for ESLint v8"
}
]
}
},
{
"version": "0.2.3",

@@ -7,0 +19,0 @@ "tag": "@rushstack/eslint-plugin-security_v0.2.3",

9

CHANGELOG.md
# Change Log - @rushstack/eslint-plugin-security
This log was last generated on Wed, 27 Oct 2021 00:08:15 GMT and should not be manually modified.
This log was last generated on Mon, 06 Dec 2021 16:08:32 GMT and should not be manually modified.
## 0.2.4
Mon, 06 Dec 2021 16:08:32 GMT
### Patches
- Add support for ESLint v8
## 0.2.3

@@ -6,0 +13,0 @@ Wed, 27 Oct 2021 00:08:15 GMT

@@ -51,2 +51,3 @@ "use strict";

' building strings at runtime.',
// Deprecated in ESLint v8; Keep for backwards compatibility
category: 'Best Practices',

@@ -53,0 +54,0 @@ recommended: 'warn',

20

package.json
{
"name": "@rushstack/eslint-plugin-security",
"version": "0.2.3",
"version": "0.2.4",
"description": "An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services",

@@ -21,17 +21,17 @@ "license": "MIT",

"@rushstack/tree-pattern": "0.2.2",
"@typescript-eslint/experimental-utils": "~4.31.2"
"@typescript-eslint/experimental-utils": "~5.3.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0"
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@rushstack/heft": "0.41.6",
"@rushstack/heft-node-rig": "1.2.25",
"@types/eslint": "7.2.0",
"@types/estree": "0.0.44",
"@rushstack/heft": "0.42.3",
"@rushstack/heft-node-rig": "1.2.32",
"@types/eslint": "8.2.0",
"@types/estree": "0.0.50",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24",
"@typescript-eslint/parser": "~4.31.2",
"@typescript-eslint/typescript-estree": "~4.31.2",
"eslint": "~7.30.0",
"@typescript-eslint/parser": "~5.3.0",
"@typescript-eslint/typescript-estree": "~5.3.0",
"eslint": "~8.3.0",
"typescript": "~4.4.2"

@@ -38,0 +38,0 @@ },

Sorry, the diff of this file is not supported yet

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