Socket
Socket
Sign inDemoInstall

@rushstack/eslint-plugin-security

Package Overview
Dependencies
Maintainers
3
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.6.0 to 0.7.0

14

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

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

"@typescript-eslint/experimental-utils": "~5.59.2",
"@rushstack/tree-pattern": "0.2.4"
"@rushstack/tree-pattern": "0.3.0"
},

@@ -28,8 +28,8 @@ "peerDependencies": {

"devDependencies": {
"@rushstack/heft": "0.50.4",
"@rushstack/heft-node-rig": "1.12.10",
"@rushstack/heft": "0.54.0",
"@rushstack/heft-node-rig": "2.2.6",
"@types/eslint": "8.2.0",
"@types/estree": "0.0.50",
"@types/heft-jest": "1.0.1",
"@types/node": "14.18.36",
"@types/node": "18.17.15",
"@typescript-eslint/parser": "~5.59.2",

@@ -42,5 +42,5 @@ "@typescript-eslint/typescript-estree": "~5.59.2",

"build": "heft build --clean",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}
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