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 3.0.4 to 3.1.0-beta.1

.all-contributorsrc

28

package.json
{
"name": "eslint-plugin-testing-library",
"version": "3.0.4",
"version": "3.1.0-beta.1",
"description": "ESLint rules for Testing Library",

@@ -23,8 +23,10 @@ "keywords": [

},
"main": "lib/index.js",
"files": [
"lib/"
],
"release": {
"pkgRoot": "dist"
},
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"build": "tsc",
"postbuild": "cpy README.md ./dist && cpy package.json ./dist && cpy LICENSE ./dist",
"lint": "eslint . --ext .js,.ts",
"lint:fix": "npm run lint -- --fix",

@@ -39,6 +41,12 @@ "format": "prettier --write README.md {lib,docs,tests}/**/*.{js,md}",

},
"dependencies": {},
"dependencies": {
"@typescript-eslint/experimental-utils": "^2.29.0"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/jest": "^25.1.4",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"cpy-cli": "^3.1.0",
"eslint": "^6.3.0",

@@ -56,6 +64,8 @@ "eslint-config-prettier": "^6.1.0",

"is-ci-cli": "^2.0.0",
"jest": "^24.9.0",
"jest": "^25.2.6",
"lint-staged": "^9.2.5",
"prettier": "1.18.2",
"semantic-release": "^15.13.24"
"semantic-release": "^15.13.24",
"ts-jest": "^25.3.0",
"typescript": "^3.8.3"
},

@@ -62,0 +72,0 @@ "peerDependencies": {

@@ -26,3 +26,3 @@ <div align="center">

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -200,2 +200,3 @@

<td align="center"><a href="http://tdeekens.name"><img src="https://avatars3.githubusercontent.com/u/1877073?v=4" width="100px;" alt=""/><br /><sub><b>Tobias Deekens</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Atdeekens" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/victorandcode"><img src="https://avatars0.githubusercontent.com/u/18427801?v=4" width="100px;" alt=""/><br /><sub><b>Victor Cordova</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-testing-library/commits?author=victorandcode" title="Code">💻</a> <a href="https://github.com/testing-library/eslint-plugin-testing-library/commits?author=victorandcode" title="Tests">⚠️</a> <a href="https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Avictorandcode" title="Bug reports">🐛</a></td>
</tr>

@@ -202,0 +203,0 @@ </table>

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