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

@automattic/eslint-changed

Package Overview
Dependencies
Maintainers
39
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.4 to 2.0.5

5

CHANGELOG.md

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

## [2.0.5] - 2023-02-07
### Fixed
- Clean up JavaScript eslint issues.
## [2.0.4] - 2022-11-01

@@ -67,2 +71,3 @@ ### Changed

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

@@ -69,0 +74,0 @@ [2.0.3]: https://github.com/Automattic/eslint-changed/compare/2.0.2...2.0.3

4

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

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

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

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

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

const APP_VERSION = '2.0.4';
const APP_VERSION = '2.0.5';

@@ -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