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

@fulminate/cli

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fulminate/cli - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

5

package.json
{
"name": "@fulminate/cli",
"version": "2.0.6",
"version": "2.0.7",
"description": "CLI for bootstrapping and simplifying control over Fulminate Framework projects.",

@@ -16,2 +16,3 @@ "main": "index.js",

"dependencies": {
"@types/inquirer": "0.0.35",
"chalk": "^2.0.1",

@@ -29,4 +30,2 @@ "clui": "^0.3.6",

"@types/chalk": "^0.4.31",
"@types/inquirer": "0.0.35",
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.41",

@@ -33,0 +32,0 @@ "@types/yamljs": "^0.2.30",

@@ -20,3 +20,6 @@ {

"noUnusedParameters": true,
"noUnusedLocals": true
"noUnusedLocals": true,
"typeRoots": [
"./node_modules/@types"
]
},

@@ -23,0 +26,0 @@ "exclude": [

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