Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.0 to 6.7.3

2

oclif.manifest.json

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

{"version":"6.3.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.7.3","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.3.0",
"version": "6.7.3",
"description": "CLI for rapid application development with gasket",

@@ -56,6 +56,6 @@ "main": "src/index.js",

"dependencies": {
"@gasket/engine": "^6.3.0",
"@gasket/engine": "^6.7.3",
"@gasket/plugin-command": "^6.2.0",
"@gasket/plugin-git": "^6.2.0",
"@gasket/plugin-lifecycle": "^6.3.0",
"@gasket/plugin-lifecycle": "^6.7.3",
"@gasket/plugin-metadata": "^6.3.0",

@@ -207,3 +207,3 @@ "@gasket/plugin-start": "^6.0.12",

},
"gitHead": "817619a4a8f57707fc110316118cb25d60d97c75"
"gitHead": "d9ffd55a34b78f9a8d0a09e79cf93cf8a15a104d"
}
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