Socket
Socket
Sign inDemoInstall

lint-staged

Package Overview
Dependencies
Maintainers
1
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lint-staged - npm Package Compare versions

Comparing version 15.0.1 to 15.0.2

2

lib/runAll.js

@@ -286,3 +286,3 @@ /** @typedef {import('./index').Logger} Logger */

{
title: `Running tasks for staged files...`,
title: `Running tasks for ${diff ? 'changed' : 'staged'} files...`,
task: (ctx, task) => task.newListr(listrTasks, { concurrent }),

@@ -289,0 +289,0 @@ skip: () => listrTasks.every((task) => task.skip()),

{
"name": "lint-staged",
"version": "15.0.1",
"version": "15.0.2",
"description": "Lint files staged by git",

@@ -44,7 +44,7 @@ "license": "MIT",

"lilconfig": "2.1.0",
"listr2": "7.0.1",
"listr2": "7.0.2",
"micromatch": "4.0.5",
"pidtree": "0.6.0",
"string-argv": "0.3.2",
"yaml": "2.3.2"
"yaml": "2.3.3"
},

@@ -57,4 +57,4 @@ "devDependencies": {

"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"babel-jest": "29.7.0",

@@ -61,0 +61,0 @@ "babel-plugin-transform-imports": "2.0.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