Socket
Socket
Sign inDemoInstall

eslint-plugin-jest

Package Overview
Dependencies
Maintainers
2
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jest - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

package.json
{
"name": "eslint-plugin-jest",
"version": "1.0.0",
"version": "1.0.1",
"description": "Eslint rules for Jest",

@@ -13,2 +13,3 @@ "keywords": [

"scripts": {
"preinstall": "if [[ $npm_execpath != *'yarn.js'* ]]; then echo 'ERROR: Use yarn to install dependencies: `npm install -g yarn && yarn` (https://yarnpkg.com)' && exit 1; fi",
"test": "jest"

@@ -26,3 +27,7 @@ },

},
"license": "ISC"
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/jkimbo/eslint-plugin-jest.git"
}
}

@@ -31,3 +31,4 @@ # eslint-plugin-jest

"rules": {
"jest/no-exclusive-tests": 2
"jest/no-exclusive-tests": 2,
"jest/no-identical-title": 2
}

@@ -34,0 +35,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