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

@automattic/eslint-changed

Package Overview
Dependencies
Maintainers
41
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automattic/eslint-changed - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

5

CHANGELOG.md

@@ -8,2 +8,6 @@ # Changelog

## [2.0.6] - 2023-06-06
### Changed
- Updated package dependencies.
## [2.0.5] - 2023-02-07

@@ -71,2 +75,3 @@ ### Fixed

[2.0.6]: https://github.com/Automattic/eslint-changed/compare/2.0.5...2.0.6
[2.0.5]: https://github.com/Automattic/eslint-changed/compare/2.0.4...2.0.5

@@ -73,0 +78,0 @@ [2.0.4]: https://github.com/Automattic/eslint-changed/compare/2.0.3...2.0.4

7

package.json
{
"name": "@automattic/eslint-changed",
"version": "2.0.5",
"version": "2.0.6",
"description": "Run eslint on files, but only report warnings and errors from lines that were changed.",

@@ -21,4 +21,3 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/eslint-changed/#readme",

"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest --config=tests/jest.config.cjs",
"test-coverage": "NODE_OPTIONS=--experimental-vm-modules jest --config=tests/jest.config.cjs --coverage --coverageDirectory=\"$COVERAGE_DIR\" --coverageReporters=clover"
"test": "NODE_OPTIONS=--experimental-vm-modules jest --config=tests/jest.config.cjs"
},

@@ -31,3 +30,3 @@ "dependencies": {

"devDependencies": {
"jest": "29.3.1"
"jest": "29.4.3"
},

@@ -34,0 +33,0 @@ "peerDependencies": {

@@ -9,3 +9,3 @@ import { spawnSync } from 'child_process';

const APP_VERSION = '2.0.5';
const APP_VERSION = '2.0.6';

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