🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@rushstack/eslint-plugin-security

Package Overview
Dependencies
Maintainers
0
Versions
27
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

to
0.10.0

12

CHANGELOG.json

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

{
"version": "0.10.0",
"tag": "@rushstack/eslint-plugin-security_v0.10.0",
"date": "Tue, 11 Mar 2025 02:12:33 GMT",
"comments": {
"minor": [
{
"comment": "Bump the `@typescript-eslint/*` packages to add support for TypeScript 5.8."
}
]
}
},
{
"version": "0.9.0",

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

9

CHANGELOG.md
# Change Log - @rushstack/eslint-plugin-security
This log was last generated on Sat, 01 Mar 2025 07:23:16 GMT and should not be manually modified.
This log was last generated on Tue, 11 Mar 2025 02:12:33 GMT and should not be manually modified.
## 0.10.0
Tue, 11 Mar 2025 02:12:33 GMT
### Minor changes
- Bump the `@typescript-eslint/*` packages to add support for TypeScript 5.8.
## 0.9.0

@@ -6,0 +13,0 @@ Sat, 01 Mar 2025 07:23:16 GMT

16

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

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

"dependencies": {
"@typescript-eslint/utils": "~8.24.0",
"@typescript-eslint/utils": "~8.26.1",
"@rushstack/tree-pattern": "0.3.4"

@@ -30,13 +30,13 @@ },

"@rushstack/heft": "0.69.2",
"@rushstack/heft-node-rig": "2.6.59",
"@rushstack/heft-node-rig": "2.7.0",
"@types/eslint": "8.56.10",
"@types/estree": "1.0.5",
"@types/estree": "1.0.6",
"@types/heft-jest": "1.0.1",
"@types/node": "20.17.19",
"@typescript-eslint/parser": "~8.24.0",
"@typescript-eslint/rule-tester": "~8.24.0",
"@typescript-eslint/typescript-estree": "~8.24.0",
"@typescript-eslint/parser": "~8.26.1",
"@typescript-eslint/rule-tester": "~8.26.1",
"@typescript-eslint/typescript-estree": "~8.26.1",
"eslint": "~8.57.0",
"eslint-plugin-header": "~3.1.1",
"typescript": "~5.7.3"
"typescript": "~5.8.2"
},

@@ -43,0 +43,0 @@ "scripts": {