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

kong-admin-node-client

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kong-admin-node-client - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "kong-admin-node-client",
"version": "1.0.6",
"version": "1.0.7",
"description": "Kong admin API client in node",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,3 +29,3 @@ let _ = require('lodash'),

var requestOptions = _.assign(options, basicRequest);
return sendRequestAndProcessError(requestOptions, [204])
return sendRequestAndProcessError(requestOptions, [204, 404])
};

@@ -32,0 +32,0 @@

@@ -85,2 +85,6 @@ let httpHelper = require('./http-helper'),

if (removeResponse.statusCode === 404) {
logger.info(`API ${apiName} not found. Skipping it.`)
}
logger.info(`Configuration for api: ${api.name} was removed successfully`);

@@ -87,0 +91,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