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
8
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.41.0 to 6.42.0-canary.0

2

oclif.manifest.json

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

{"version":"6.41.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)"},"require":{"name":"require","type":"option","char":"r","description":"Require module(s) before Gasket is initialized"},"bootstrap":{"name":"bootstrap","type":"boolean","description":"(INTERNAL) If provided, skip the bootstrap phase","hidden":true,"allowNo":true},"generate":{"name":"generate","type":"boolean","description":"(INTERNAL) If provided, skip the generate phase","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},"config":{"name":"config","type":"option","description":"JSON object that provides the values for any interactive prompts"},"config-file":{"name":"config-file","type":"option","description":"Path to a JSON file that provides the values for interactive prompts"},"prompts":{"name":"prompts","type":"boolean","description":"(INTERNAL) Disable to skip the prompts","hidden":true,"allowNo":true}},"args":[{"name":"appname","description":"Name of the Gasket application to create","required":true}]}}}
{"version":"6.42.0-canary.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)"},"require":{"name":"require","type":"option","char":"r","description":"Require module(s) before Gasket is initialized"},"bootstrap":{"name":"bootstrap","type":"boolean","description":"(INTERNAL) If provided, skip the bootstrap phase","hidden":true,"allowNo":true},"generate":{"name":"generate","type":"boolean","description":"(INTERNAL) If provided, skip the generate phase","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},"config":{"name":"config","type":"option","description":"JSON object that provides the values for any interactive prompts"},"config-file":{"name":"config-file","type":"option","description":"Path to a JSON file that provides the values for interactive prompts"},"prompts":{"name":"prompts","type":"boolean","description":"(INTERNAL) Disable to skip the prompts","hidden":true,"allowNo":true}},"args":[{"name":"appname","description":"Name of the Gasket application to create","required":true}]}}}
{
"name": "@gasket/cli",
"version": "6.41.0",
"version": "6.42.0-canary.0",
"description": "CLI for rapid application development with gasket",

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

"@gasket/plugin-lifecycle": "^6.39.3",
"@gasket/plugin-metadata": "^6.41.0",
"@gasket/plugin-metadata": "^6.42.0-canary.0",
"@gasket/plugin-start": "^6.39.3",

@@ -223,4 +223,3 @@ "@gasket/resolve": "^6.41.0",

"helpClass": "./src/utils/help"
},
"gitHead": "d7e5fab3926a754a89fd778a455334fb7dc7e90b"
}
}
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