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

@gasket/cli

Package Overview
Dependencies
Maintainers
6
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/cli - npm Package Compare versions

Comparing version 6.22.0 to 6.22.1

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"6.22.0","commands":{"create":{"id":"create","description":"Create a new gasket application","pluginName":"@gasket/cli","pluginType":"core","aliases":[],"flags":{"presets":{"name":"presets","type":"option","char":"p","description":"Initial gasket preset(s) to use.\nCan be set as short name with version (e.g. --presets nextjs@^1.0.0)\nOr other (multiple) custom presets (e.g. --presets my-gasket-preset@1.0.0.beta-1,nextjs@^1.0.0)"},"plugins":{"name":"plugins","type":"option","description":"Additional plugin(s) to install. Can be set as\nmultiple flags (e.g. --plugins jest --plugins zkconfig@^1.0.0)\ncomma-separated values: --plugins=jest,zkconfig^1.0.0\n "},"package-manager":{"name":"package-manager","type":"option","description":"Selects which package manager you would like to use during\n installation. (e.g. --package-manager yarn)"},"bootstrap":{"name":"bootstrap","type":"boolean","description":"(INTERNAL) If provided, skip the bootstrap phase of gasket create","hidden":true,"allowNo":true},"generate":{"name":"generate","type":"boolean","description":"(INTERNAL) If provided, skip the generate phase of gasket create","hidden":true,"allowNo":true},"npm-link":{"name":"npm-link","type":"option","description":"(INTERNAL) Local packages to be linked. Can be set as\nmultiple flags (e.g. --npm-link @gasket/plugin-jest --npm-link some-test-preset)\ncomma-separated values: --npm-link=@gasket/plugin-jest,some-test-preset","hidden":true},"preset-path":{"name":"preset-path","type":"option","description":"(INTERNAL) Paths the a local preset packages. Can be absolute\nor relative to the current working directory.\ncomma-separated values: --preset-path=path1,path2","hidden":true},"npmconfig":{"name":"npmconfig","type":"option","description":"(DEPRECATED) .npmrc to be used for npm actions in @gasket/cli'.\nInstead, prefer environment variables to configure package managers\n","hidden":true}},"args":[{"name":"appname","description":"Name of the gasket application to create","required":true}]}}}
{"version":"6.22.1","commands":{"create":{"id":"create","description":"Create a new gasket application","pluginName":"@gasket/cli","pluginType":"core","aliases":[],"flags":{"presets":{"name":"presets","type":"option","char":"p","description":"Initial gasket preset(s) to use.\nCan be set as short name with version (e.g. --presets nextjs@^1.0.0)\nOr other (multiple) custom presets (e.g. --presets my-gasket-preset@1.0.0.beta-1,nextjs@^1.0.0)"},"plugins":{"name":"plugins","type":"option","description":"Additional plugin(s) to install. Can be set as\nmultiple flags (e.g. --plugins jest --plugins zkconfig@^1.0.0)\ncomma-separated values: --plugins=jest,zkconfig^1.0.0\n "},"package-manager":{"name":"package-manager","type":"option","description":"Selects which package manager you would like to use during\n installation. (e.g. --package-manager yarn)"},"bootstrap":{"name":"bootstrap","type":"boolean","description":"(INTERNAL) If provided, skip the bootstrap phase of gasket create","hidden":true,"allowNo":true},"generate":{"name":"generate","type":"boolean","description":"(INTERNAL) If provided, skip the generate phase of gasket create","hidden":true,"allowNo":true},"npm-link":{"name":"npm-link","type":"option","description":"(INTERNAL) Local packages to be linked. Can be set as\nmultiple flags (e.g. --npm-link @gasket/plugin-jest --npm-link some-test-preset)\ncomma-separated values: --npm-link=@gasket/plugin-jest,some-test-preset","hidden":true},"preset-path":{"name":"preset-path","type":"option","description":"(INTERNAL) Paths the a local preset packages. Can be absolute\nor relative to the current working directory.\ncomma-separated values: --preset-path=path1,path2","hidden":true},"npmconfig":{"name":"npmconfig","type":"option","description":"(DEPRECATED) .npmrc to be used for npm actions in @gasket/cli'.\nInstead, prefer environment variables to configure package managers\n","hidden":true}},"args":[{"name":"appname","description":"Name of the gasket application to create","required":true}]}}}
{
"name": "@gasket/cli",
"version": "6.22.0",
"version": "6.22.1",
"description": "CLI for rapid application development with gasket",

@@ -75,2 +75,3 @@ "main": "src/index.js",

"deepmerge": "^4.2.2",
"glob": "^7.1.6",
"handlebars": "^4.7.6",

@@ -222,3 +223,3 @@ "inquirer": "6.3.1",

},
"gitHead": "4b8cae41f0b7f99e30c687462a86e2ef067536e8"
"gitHead": "c85df5837759a8a93911119515f76f7c1ae302a3"
}
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