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 Versions

1
25

12.1.5

Diff

Changelog

Source

v12.1.5 - 02 Jan 2022

Bug Fixes

  • search configuration starting from explicit cwd option (c7ea359)
  • using --debug option enables debug mode (5cceeb6)
okonet
published 12.1.4 •

Changelog

Source

v12.1.4 - 24 Dec 2021

Bug Fixes

  • use cwd option when resolving git repo root (#1075) (a230b03)
okonet
published 12.1.3 •

Changelog

Source

v12.1.3 - 18 Dec 2021

Bug Fixes

  • deps: remove enquirer because it's now optional by listr2 (96a1a29)
okonet
published 12.1.2 •

Changelog

Source

v12.1.2 - 22 Nov 2021

Bug Fixes

  • fix Windows JS config loading by using file:// URLs (f20ddf9)
  • fix YAML config loading (0082ec2)
  • improve error logging in loadConfig (e7b6412)
okonet
published 12.1.1 •

Changelog

Source

v12.1.1 - 21 Nov 2021

Bug Fixes

  • await for dynamic import promise when loading JS config (e96b6d9)
okonet
published 12.1.0 •

Changelog

Source

v12.1.0 - 21 Nov 2021

Features

  • allow loading .js config file with ESM syntax (410c3ba)
  • replace cosmiconfig with lilconfig + yaml to reduce dependencies (e7f9fa0)
  • support loading .mjs config (8d3b176)
okonet
published 12.0.3 •

Changelog

Source

v12.0.3 - 18 Nov 2021

Bug Fixes

okonet
published 12.0.2 •

Changelog

Source

v12.0.2 - 14 Nov 2021

Bug Fixes

okonet
published 12.0.1 •

Changelog

Source

v12.0.1 - 13 Nov 2021

Bug Fixes

  • read version number from lint-staged package.json instead of package.json in cwd (#1043) (#1044) (9f9213d)
okonet
published 12.0.0 •

Changelog

Source

v12.0.0 - 13 Nov 2021

Features

BREAKING CHANGES

  • lint-staged is now a pure ESM module, and thus requires Node.js version ^12.20.0 || ^14.13.1 || >=16.0.0.

To update your Node.js integration, please use:

// const lintStaged = require('lint-staged')
import lintStaged from 'lint-staged'
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