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

@ggascoigne/lint-staged-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ggascoigne/lint-staged-config - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

6

package.json
{
"name": "@ggascoigne/lint-staged-config",
"version": "1.3.0",
"version": "1.4.0",
"description": "A shareable lint-staged configuration for projects.",

@@ -26,3 +26,3 @@ "main": "index.js",

],
"author": "Matthew Waldron",
"author": "Guy Gascoigne-Piggford",
"license": "MIT",

@@ -36,3 +36,3 @@ "bugs": {

},
"gitHead": "24b1b9b6366bdba7ce5bb3709fe9ba0467914ec3"
"gitHead": "e854820109272ebc4a23eac5ece79e35a8690844"
}

@@ -8,3 +8,3 @@ # Lint-Staged Config

```bash
yarn add -D lint-staged @ggascoigne/lint-staged-config
pnpm add -D lint-staged @ggascoigne/lint-staged-config
```

@@ -44,3 +44,3 @@

'*.{js,jsx,ts,tsx}': [
'yarn test --bail --passWithNoTests --findRelatedTests --coverage',
'pnpm test --bail --passWithNoTests --findRelatedTests --coverage',
],

@@ -55,3 +55,3 @@ };

```bash
yarn add -D husky && npm set-script prepare "husky install" && yarn prepare
pnpm add -D husky && npm set-script prepare "husky install" && pnpm prepare
```

@@ -58,0 +58,0 @@

Sorry, the diff of this file is not supported yet

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