Socket
Socket
Sign inDemoInstall

@metamask/eslint-config-jest

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/eslint-config-jest - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

19

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [7.0.0]
### Changed
- Update install instructions in readme ([#185](https://github.com/MetaMask/eslint-config/pull/185))
### Fixed
- Add `@metamask/eslint-config` as a peer dependency ([#186](https://github.com/MetaMask/eslint-config/pull/186))
- This package is designed to be used in conjunction with the MetaMask base ESLint config, so this should always have been a peer dependency.
## [6.0.0] - 2021-04-08
### Changed
- **(BREAKING)** Set minimum Node.js version to `^12.0.0` ([#144](https://github.com/MetaMask/eslint-config/pull/144))

@@ -20,3 +26,4 @@ - Publish this config as its own package ([#141](https://github.com/MetaMask/eslint-config/pull/141))

[Unreleased]:https://github.com/MetaMask/eslint-config/compare/v6.0.0...HEAD
[6.0.0]:https://github.com/MetaMask/eslint-config/tree/v6.0.0
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/MetaMask/eslint-config/compare/v6.0.0...v7.0.0
[6.0.0]: https://github.com/MetaMask/eslint-config/releases/tag/v6.0.0
{
"name": "@metamask/eslint-config-jest",
"version": "6.0.0",
"version": "7.0.0",
"description": "Shareable MetaMask ESLint config for Jest.",

@@ -17,7 +17,8 @@ "main": "src/index.js",

"scripts": {
"test": "eslint ."
"test": "eslint .",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/eslint-config.git"
"url": "https://github.com/MetaMask/eslint-config.git"
},

@@ -30,2 +31,3 @@ "license": "MIT",

"devDependencies": {
"@metamask/eslint-config": "^7.0.0",
"eslint": "^7.23.0",

@@ -35,6 +37,6 @@ "eslint-plugin-jest": "^24.1.3"

"peerDependencies": {
"@metamask/eslint-config": "^7.0.0",
"eslint": "^7.23.0",
"eslint-plugin-jest": "^24.1.3"
},
"gitHead": "e6c86f36b95e35dc5dde254c95413c69b90d8da6"
}
}

@@ -9,7 +9,10 @@ # `@metamask/eslint-config-jest`

yarn add --dev \
@metamask/eslint-config@^7.0.0 \
@metamask/eslint-config-jest@^7.0.0 \
eslint@^7.23.0 \
eslint-plugin-import@^2.22.0 \
eslint-plugin-jest@^23.6.0 \
@metamask/eslint-config@^5.0.0 \
@metamask/eslint-config-jest@^5.0.0
eslint-config-prettier@^8.1.0 \
eslint-plugin-import@^2.22.1 \
eslint-plugin-jest@^24.1.3 \
eslint-plugin-prettier@^3.3.1 \
prettier@^2.2.1
```

@@ -31,3 +34,3 @@

],
}
};
```
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