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

slicknode

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slicknode - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

lib/commands/module/remove.d.ts

2

oclif.manifest.json

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

{"version":"0.6.1","commands":{"console":{"id":"console","description":"Open the Slicknode console","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"delete":{"id":"delete","description":"Delete the current project deployment from the slicknode servers.","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"force":{"name":"force","type":"boolean","char":"f","description":"Force the deletion without asking for confirmation","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"The environment to delete"}},"args":[]},"deploy":{"id":"deploy","description":"Deploy the current project state to the slicknode servers","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"name":{"name":"name","type":"option","char":"n","description":"The name of the project as displayed in the console","required":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force the deployment without asking for confirmation","allowNo":false},"account":{"name":"account","type":"option","char":"a","description":"The account identifier where the project should be deployed","required":false},"alias":{"name":"alias","type":"option","description":"The alias of the project which is part of the endpoint URL"}},"args":[]},"endpoint":{"id":"endpoint","description":"Return the GraphQL API endpoint","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"init":{"id":"init","description":"Create a new Slicknode project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"name":{"name":"name","type":"option","char":"n","description":"The name of the project as displayed in the console"},"alias":{"name":"alias","type":"option","char":"a","description":"The alias of the project which is part of the endpoint URL"},"account":{"name":"account","type":"option","description":"The identifier of the account where the project should be deployed"}},"args":[{"name":"name","description":"The name of the project"}]},"login":{"id":"login","description":"Login to a slicknode account / change user","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[]},"playground":{"id":"playground","description":"Open the GraphiQL API Playground","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"pull":{"id":"pull","description":"Pull the latest changes from the server","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"scale":{"id":"scale","description":"Scale the cloud infrastructure of the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"api":{"name":"api","type":"option","description":"The number of API instances to run in the cloud, expressed as a range (2-5) for automatically scaled elastic deployments or a simple number (5)for fixed deployments."},"runtime":{"name":"runtime","type":"option","description":"The number of runtime instances to run in the cloud, expressed as a range (2-5) for automatically scaled elastic deployments or a simple number (5)for fixed deployments."}},"args":[]},"status":{"id":"status","description":"Show information about the current project status (changes, warnings etc.)","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"config:get":{"id":"config:get","description":"Returns the configuration value for a setting","pluginName":"slicknode","pluginType":"core","aliases":[],"examples":["$ slicknode config:get endpoint\n"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"name","required":true,"options":["endpoint"]}]},"config:set":{"id":"config:set","description":"Sets the configuration value for a setting","pluginName":"slicknode","pluginType":"core","aliases":[],"examples":["$ slicknode config:set NAME VALUE\n"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"name","required":true,"options":["endpoint"]},{"name":"value","required":true}]},"module:add":{"id":"module:add","description":"Add modules as a dependency to the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"[names]","description":"The names of the modules to add","required":true}]},"module:create":{"id":"module:create","description":"Creates a new module","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"namespace":{"name":"namespace","type":"option","char":"n","description":"The namespace of the module","required":false},"label":{"name":"label","type":"option","char":"l","description":"The label as displayed in the admin interface","required":false}},"args":[{"name":"name","description":"The name of the module","required":true}]},"runtime:build":{"id":"runtime:build","description":"Builds the source package for the runtime to be deployed","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"force":{"name":"force","type":"boolean","char":"f","description":"Delete output directory without confirmation if exists","allowNo":false}},"args":[{"name":"output","description":"The target output directory or file of the built source bundle"}]}}}
{"version":"0.7.0","commands":{"console":{"id":"console","description":"Open the Slicknode console","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"delete":{"id":"delete","description":"Delete the current project deployment from the slicknode servers.","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"force":{"name":"force","type":"boolean","char":"f","description":"Force the deletion without asking for confirmation","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"The environment to delete"}},"args":[]},"deploy":{"id":"deploy","description":"Deploy the current project state to the slicknode servers","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"name":{"name":"name","type":"option","char":"n","description":"The name of the project as displayed in the console","required":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force the deployment without asking for confirmation","allowNo":false},"account":{"name":"account","type":"option","char":"a","description":"The account identifier where the project should be deployed","required":false},"alias":{"name":"alias","type":"option","description":"The alias of the project which is part of the endpoint URL"}},"args":[]},"endpoint":{"id":"endpoint","description":"Return the GraphQL API endpoint","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"init":{"id":"init","description":"Create a new Slicknode project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"name":{"name":"name","type":"option","char":"n","description":"The name of the project as displayed in the console"},"alias":{"name":"alias","type":"option","char":"a","description":"The alias of the project which is part of the endpoint URL"},"account":{"name":"account","type":"option","description":"The identifier of the account where the project should be deployed"}},"args":[{"name":"name","description":"The name of the project"}]},"login":{"id":"login","description":"Login to a slicknode account / change user","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[]},"playground":{"id":"playground","description":"Open the GraphiQL API Playground","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"pull":{"id":"pull","description":"Pull the latest changes from the server","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"scale":{"id":"scale","description":"Scale the cloud infrastructure of the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"api":{"name":"api","type":"option","description":"The number of API instances to run in the cloud, expressed as a range (2-5) for automatically scaled elastic deployments or a simple number (5)for fixed deployments."},"runtime":{"name":"runtime","type":"option","description":"The number of runtime instances to run in the cloud, expressed as a range (2-5) for automatically scaled elastic deployments or a simple number (5)for fixed deployments."}},"args":[]},"status":{"id":"status","description":"Show information about the current project status (changes, warnings etc.)","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"config:get":{"id":"config:get","description":"Returns the configuration value for a setting","pluginName":"slicknode","pluginType":"core","aliases":[],"examples":["$ slicknode config:get endpoint\n"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"name","required":true,"options":["endpoint"]}]},"config:set":{"id":"config:set","description":"Sets the configuration value for a setting","pluginName":"slicknode","pluginType":"core","aliases":[],"examples":["$ slicknode config:set NAME VALUE\n"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"name","required":true,"options":["endpoint"]},{"name":"value","required":true}]},"module:add":{"id":"module:add","description":"Add modules as a dependency to the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"[names]","description":"The names of the modules to add","required":true}]},"module:create":{"id":"module:create","description":"Creates a new module","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"namespace":{"name":"namespace","type":"option","char":"n","description":"The namespace of the module","required":false},"label":{"name":"label","type":"option","char":"l","description":"The label as displayed in the admin interface","required":false}},"args":[{"name":"name","description":"The name of the module","required":true}]},"module:remove":{"id":"module:remove","description":"Remove modules as a dependency from the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"[names]","description":"The names of the modules to remove","required":true}]},"runtime:build":{"id":"runtime:build","description":"Builds the source package for the runtime to be deployed","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"force":{"name":"force","type":"boolean","char":"f","description":"Delete output directory without confirmation if exists","allowNo":false}},"args":[{"name":"output","description":"The target output directory or file of the built source bundle"}]},"runtime:start":{"id":"runtime:start","description":"Builds the source package for the runtime to be deployed","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"port":{"name":"port","type":"option","char":"p","description":"The port on which the server listens"},"secret":{"name":"secret","type":"option","char":"s","description":"The secret that is used for request signatures. Omit for insecure access (default)"},"watch":{"name":"watch","type":"boolean","char":"w","description":"Watch for file system changes and reload code automatically","allowNo":false}},"args":[{"name":"output","description":"The target output directory or file of the built source bundle"}]}}}
{
"name": "slicknode",
"version": "0.6.1",
"version": "0.7.0",
"description": "GraphQL-First Application Framework and CMS for rapid software development: Serverless, declarative and extensible.",

@@ -36,5 +36,7 @@ "bin": {

"babel-runtime": "^6.26.0",
"body-parser": "^1.19.0",
"chalk": "^2.4.1",
"cli-ux": "^5.3.0",
"es6-promisify": "^6.0.0",
"express": "^4.17.1",
"fs-extra": "^7.0.0",

@@ -57,2 +59,3 @@ "glob": "^7.1.3",

"slicknode-client": "^0.2.2",
"slicknode-runtime": "^0.2.0",
"tar": "^4.4.6",

@@ -88,5 +91,7 @@ "tslib": "^1",

"@types/adm-zip": "^0.4.31",
"@types/body-parser": "^1.17.1",
"@types/chai": "^4.1.4",
"@types/copyfiles": "^2.1.1",
"@types/es6-promisify": "^6.0.0",
"@types/express": "^4.17.2",
"@types/fs-extra": "^5.0.4",

@@ -108,2 +113,3 @@ "@types/glob": "^5.0.35",

"@types/strip-ansi": "^5.2.1",
"@types/supertest": "^2.0.8",
"@types/tar": "^4.0.0",

@@ -120,2 +126,3 @@ "@types/uuid": "^3.4.4",

"sinon": "^7.3.2",
"supertest": "^4.0.2",
"ts-node": "^7.0.1",

@@ -122,0 +129,0 @@ "tslint": "^5.11.0",

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