Socket
Socket
Sign inDemoInstall

eslint-plugin-jest

Package Overview
Dependencies
Maintainers
10
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 23.8.0 to 23.8.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [23.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.0...v23.8.1) (2020-02-29)
### Bug Fixes
- remove tests from published package
([#541](https://github.com/jest-community/eslint-plugin-jest/issues/541))
([099a150](https://github.com/jest-community/eslint-plugin-jest/commit/099a150b87fa693ccf1c512ee501aed1457ba656))
# [23.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.7.0...v23.8.0) (2020-02-23)

@@ -2,0 +10,0 @@

4

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

@@ -36,3 +36,3 @@ "repository": "jest-community/eslint-plugin-jest",

"build": "babel --extensions .js,.ts src --out-dir lib --copy-files",
"postbuild": "rimraf lib/**/__tests__/**",
"postbuild": "rimraf lib/__tests__ lib/**/__tests__",
"typecheck": "tsc -p ."

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