@blueprintjs/eslint-plugin
Advanced tools
Comparing version 0.2.2 to 0.3.0
{ | ||
"name": "@blueprintjs/eslint-plugin", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "ESLint rules for use with @blueprintjs packages", | ||
@@ -11,16 +11,15 @@ "main": "lib/index.js", | ||
"lint-fix": "es-lint --fix", | ||
"test": "jest", | ||
"test": "ts-node --script-mode --pretty test/index.ts", | ||
"test:jest-ci": "jest --ci --runInBand" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/experimental-utils": "^3.8.0", | ||
"eslint": "^7.6.0" | ||
"@typescript-eslint/experimental-utils": "^4.2.0", | ||
"eslint": "^7.9.0" | ||
}, | ||
"devDependencies": { | ||
"@blueprintjs/node-build-scripts": "^1.3.3", | ||
"@blueprintjs/node-build-scripts": "^1.4.0", | ||
"@types/dedent": "^0.7.0", | ||
"dedent": "^0.7.0", | ||
"jest": "^26.2.2", | ||
"jest-junit": "^11.1.0", | ||
"ts-jest": "^26.1.4" | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -27,0 +26,0 @@ "repository": { |
@@ -8,7 +8,4 @@ { | ||
"strict": true, | ||
"rootDir": ".", | ||
"allowSyntheticDefaultImports": true, | ||
"esModuleInterop": true, | ||
"target": "ES2015" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
5
0
77683
45
1474
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Added@typescript-eslint/experimental-utils@4.33.0(transitive)
+ Added@typescript-eslint/scope-manager@4.33.0(transitive)
+ Added@typescript-eslint/types@4.33.0(transitive)
+ Added@typescript-eslint/typescript-estree@4.33.0(transitive)
+ Added@typescript-eslint/visitor-keys@4.33.0(transitive)
+ Addedarray-union@2.1.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addeddir-glob@3.0.1(transitive)
+ Addedeslint-utils@3.0.0(transitive)
+ Addedfast-glob@3.3.2(transitive)
+ Addedfastq@1.18.0(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedglobby@11.1.0(transitive)
+ Addedignore@5.3.2(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedpath-type@4.0.0(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedslash@3.0.0(transitive)
+ Addedto-regex-range@5.0.1(transitive)
- Removed@typescript-eslint/experimental-utils@3.10.1(transitive)
- Removed@typescript-eslint/types@3.10.1(transitive)
- Removed@typescript-eslint/typescript-estree@3.10.1(transitive)
- Removed@typescript-eslint/visitor-keys@3.10.1(transitive)
- Removedlodash@4.17.21(transitive)
Updatedeslint@^7.9.0