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

eslint-plugin-testing-library

Package Overview
Dependencies
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-testing-library - npm Package Compare versions

Comparing version 6.0.0-alpha.15 to 6.0.0

dist/configs/angular.js

16

package.json
{
"name": "eslint-plugin-testing-library",
"version": "6.0.0-alpha.15",
"version": "6.0.0",
"description": "ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library",

@@ -27,7 +27,11 @@ "keywords": [

},
"main": "index.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"main": "./dist/index.js",
"scripts": {
"prebuild": "del-cli dist",
"build": "tsc",
"postbuild": "cpy README.md ./dist && cpy package.json ./dist && cpy LICENSE ./dist",
"generate-all": "run-p \"generate:*\"",

@@ -42,3 +46,3 @@ "generate:configs": "ts-node tools/generate-configs",

"prettier-base": "prettier . --ignore-unknown --cache --loglevel warn",
"rule-doc-generator": "eslint-doc-generator --path-rule-list \"../README.md\" --path-rule-doc \"../docs/rules/{name}.md\" --url-rule-doc \"docs/rules/{name}.md\" dist/",
"rule-doc-generator": "eslint-doc-generator",
"semantic-release": "semantic-release",

@@ -59,2 +63,4 @@ "test": "jest",

"@commitlint/config-conventional": "^17.4.4",
"@swc/core": "^1.3.75",
"@swc/jest": "^0.2.28",
"@types/jest": "^27.5.2",

@@ -64,3 +70,2 @@ "@types/node": "^16.18.23",

"@typescript-eslint/parser": "^5.58.0",
"cpy-cli": "^4.2.0",
"del-cli": "^5.0.0",

@@ -86,3 +91,2 @@ "eslint": "^8.38.0",

"semantic-release": "^19.0.5",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",

@@ -89,0 +93,0 @@ "typescript": "^4.9.5"

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