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 15.4.2 to 15.4.3

4

lib/types.d.ts

@@ -99,4 +99,2 @@ type SyncFunctionTask = (stagedFileNames: string[]) => string | string[]

*/
type lintStaged = (options: Options, logger?: Logger) => Promise<boolean>
export default lintStaged
export default function lintStaged(options: Options, logger?: Logger): Promise<boolean>
{
"name": "lint-staged",
"version": "15.4.2",
"version": "15.4.3",
"description": "Lint files staged by git",

@@ -5,0 +5,0 @@ "license": "MIT",

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