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

eslint-plugin-test-selectors

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-test-selectors - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

17

package.json
{
"name": "eslint-plugin-test-selectors",
"version": "1.2.2",
"version": "1.2.3",
"description": "Makes sure test DOM attributes (e.g. data-test-id) are added to interactive DOM elements.",

@@ -16,12 +16,15 @@ "keywords": [

"test": "mocha tests --recursive",
"lint": "eslint lib"
"lint": "eslint lib",
"patch": "npm version patch && npm publish && git push --tags && git push",
"minor": "npm version minor && npm publish && git push --tags && git push",
"major": "npm version major && npm publish && git push --tags && git push"
},
"dependencies": {
"jsx-ast-utils": "^2.0.1",
"requireindex": "~1.1.0"
"jsx-ast-utils": "^2.2.3",
"requireindex": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "~5.4.0",
"mocha": "^5.2.0"
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"mocha": "^7.0.1"
},

@@ -28,0 +31,0 @@ "engines": {

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