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

flavor-manager

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flavor-manager - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

19

package.json
{
"name": "flavor-manager",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -10,3 +10,4 @@ "main": "src/index.js",

"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
"prepare": "npm run snyk-protect",
"publish": "increase-version --package-json=./package.json && git add ."
},

@@ -16,3 +17,3 @@ "author": "Fabio Cigliano <fabio.cigliano@gmail.com> (http://fabio.cigliano.name)",

"dependencies": {
"regex-replace-file": "^2.1.1",
"regex-replace": "^2.1.1",
"scandir": "^0.1.2",

@@ -25,4 +26,12 @@ "yargs": "^12.0.5",

},
"devDependencies": {},
"snyk": true
"devDependencies": {
"husky": "^1.2.0",
"increase-version": "^1.0.4"
},
"snyk": true,
"husky": {
"hooks": {
"pre-commit": "npm test && npm run publish"
}
}
}

@@ -8,1 +8,7 @@ # flavor-manager

Checkout the example to see the usage.
## How to install
```
npm i -g flavor-manager@latest
```
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