Socket
Socket
Sign inDemoInstall

eslint-plugin-diff

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-diff - npm Package Compare versions

Comparing version 2.0.2-2 to 2.0.2

dist/ci.d.ts

56

package.json
{
"name": "eslint-plugin-diff",
"version": "2.0.2-2",
"version": "2.0.2",
"description": "Run ESLint on your changes only",

@@ -36,3 +36,3 @@ "keywords": [

"prepublishOnly": "pinst --disable",
"prepublish": "yarn run clean && yarn run build ",
"prepublish": "yarn run clean && yarn run build",
"postpublish": "pinst --enable",

@@ -44,28 +44,29 @@ "release": "np",

"devDependencies": {
"@paleite/eslint-config": "^1.0.7",
"@paleite/eslint-config-base": "^1.0.7",
"@paleite/eslint-config-typescript": "^1.0.7",
"@paleite/jest-config": "^1.0.7",
"@paleite/prettier-config": "^1.0.7",
"@paleite/tsconfig-node16": "^1.0.7",
"@types/eslint": "^8.4.5",
"@types/jest": "^28.1.6",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"lint-staged": "^13.0.3",
"np": "^7.6.2",
"@paleite/eslint-config": "^1.0.9",
"@paleite/eslint-config-base": "^1.0.9",
"@paleite/eslint-config-typescript": "^1.0.9",
"@paleite/jest-config": "^1.0.9",
"@paleite/prettier-config": "^1.0.9",
"@paleite/tsconfig-node16": "^1.0.9",
"@types/eslint": "^8.4.10",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"np": "^7.7.0",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"ts-jest": "^28.0.7",
"tsd": "^0.22.0",
"typescript": "^4.7.4"
"ts-jest": "^29.0.5",
"tsd": "^0.25.0",
"typescript": "^4.9.4",
"uuid": "^9.0.0"
},

@@ -77,3 +78,6 @@ "peerDependencies": {

"node": ">=14.0.0"
},
"resolutions": {
"cosmiconfig": "^8.1.3"
}
}

@@ -75,6 +75,2 @@ # eslint-plugin-diff

## Enable the plugin in CI only
If you want to enable the plugin in CI only, you can use extend the config with the the plugin locally, but enable it
## CI Setup

@@ -81,0 +77,0 @@

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