Socket
Socket
Sign inDemoInstall

lint-staged

Package Overview
Dependencies
80
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.2 to 12.0.3

17

package.json
{
"name": "lint-staged",
"version": "12.0.2",
"version": "12.0.3",
"description": "Lint files staged by git",

@@ -33,3 +33,3 @@ "license": "MIT",

"dependencies": {
"cli-truncate": "3.1.0",
"cli-truncate": "^3.1.0",
"colorette": "^2.0.16",

@@ -39,2 +39,3 @@ "commander": "^8.3.0",

"debug": "^4.3.2",
"enquirer": "^2.3.6",
"execa": "^5.1.1",

@@ -44,11 +45,11 @@ "listr2": "^3.13.3",

"normalize-path": "^3.0.0",
"object-inspect": "1.11.0",
"string-argv": "0.3.1",
"supports-color": "9.0.2"
"object-inspect": "^1.11.0",
"string-argv": "^0.3.1",
"supports-color": "^9.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "7.16.3",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.0",
"babel-jest": "27.3.1",
"babel-jest": "^27.3.1",
"consolemock": "^1.1.0",

@@ -63,3 +64,3 @@ "eslint": "^8.2.0",

"jest": "^27.3.1",
"jest-mock-console": "1.2.3",
"jest-mock-console": "^1.2.3",
"jest-snapshot-serializer-ansi": "^1.0.0",

@@ -66,0 +67,0 @@ "prettier": "^2.4.1"

@@ -45,2 +45,6 @@ # 🚫💩 lint-staged ![GitHub Actions](https://github.com/okonet/lint-staged/workflows/CI/badge.svg) [![npm version](https://badge.fury.io/js/lint-staged.svg)](https://badge.fury.io/js/lint-staged) [![Codecov](https://codecov.io/gh/okonet/lint-staged/branch/master/graph/badge.svg)](https://codecov.io/gh/okonet/lint-staged)

#### v12
- Since `v12.0.0` _lint-staged_ is a pure ESM module, so make sure your Node.js version is at least `12.20.0`, `14.13.1`, or `16.0.0`. Read more about ESM modules from the official [Node.js Documentation site here](https://nodejs.org/api/esm.html#introduction).
#### v10

@@ -47,0 +51,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc