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

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 4.0.0-beta-1 to 4.0.0-beta-2

2

package.json
{
"name": "lint-staged",
"version": "4.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "Lint files staged by git",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,3 +20,3 @@ /* global process */

cosmiconfig(packageJson.name, {
cosmiconfig('lint-staged', {
rc: '.lintstagedrc'

@@ -64,4 +64,4 @@ })

.catch((parsingError) => {
console.error(`Could not parse ${ packageJson.name } config.
Make sure you have created it. See ${ packageJson.homepage }.
console.error(`Could not parse lint-staged config.
Make sure you have created it. See https://github.com/okonet/lint-staged#readme.

@@ -68,0 +68,0 @@ ${ parsingError }

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