Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blueprintjs/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/eslint-plugin - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

test/classes-constants.test.ts

15

package.json
{
"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"
}
}
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