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.1.6 to 0.1.7

.idea/.name

2

lib/commands/deployproxy.js

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

if (opts.debug) {
console.log('Resolve NPM modules = %s', opts.debug);
console.log('Resolve NPM modules = %s', opts.remoteNpm);
}

@@ -164,0 +164,0 @@

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

function runCommand(cmd, opts, cb) {
options.validate(cmd.descriptor, opts, function(err) {
options.validate(opts, cmd.descriptor, function(err) {
if (err) {

@@ -41,0 +41,0 @@ cb(err);

{
"name": "apigeetool",
"version": "0.1.6",
"version": "0.1.7",
"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