Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apigeetool

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apigeetool - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

lib/commands/delete.js

8

lib/commands/commands.js

@@ -24,3 +24,3 @@ /* jshint node: true */

undeploy: {
description: 'Undeploy',
description: 'Undeploy Proxy or Node.js Application',
load: function() {

@@ -41,2 +41,8 @@ return require('./undeploy');

}
},
delete: {
description: 'Delete undeployed Proxy or Node.js Application',
load: function() {
return require('./delete');
}
}

@@ -43,0 +49,0 @@ };

@@ -47,2 +47,7 @@ /* jshint node: true */

ApigeeTool.delete = function(opts, cb) {
var cmd = require('./commands/delete');
runCommand(cmd, opts, cb);
};
function runCommand(cmd, opts, cb) {

@@ -49,0 +54,0 @@ options.validate(opts, cmd.descriptor, function(err) {

2

package.json
{
"name": "apigeetool",
"version": "0.5.1",
"version": "0.5.2",
"description": "A CLI for Apigee Edge",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

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