New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lint-staged

Package Overview
Dependencies
Maintainers
1
Versions
256
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 3.2.7 to 3.2.8

2

package.json

@@ -80,3 +80,3 @@ {

},
"version": "3.2.7"
"version": "3.2.8"
}

@@ -8,6 +8,6 @@ 'use strict'

const lintersArray = Array.isArray(commands) ? commands : [commands]
const execaOptions = gitDir ? { cwd: gitDir } : {}
return lintersArray.map(linter => ({
title: linter,
task: () => {
const execaOptions = gitDir ? { cwd: gitDir } : {}
try {

@@ -14,0 +14,0 @@ const res = findBin(linter, pathsToLint, packageJson)

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