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.8 to 1.0.9

2

index.js

@@ -7,3 +7,3 @@ let kongAPI = require('./src/kong-api'),

process.on('unhandledRejection', (err) => {
logger.error(error);
logger.error(err);
})
{
"name": "kong-admin-node-client",
"version": "1.0.8",
"version": "1.0.9",
"description": "Kong admin API client in node",

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

@@ -22,3 +22,3 @@ let httpHelper = require('./http-helper'),

// Create APIs
if (apis) {
if (apis && apis.length > 0) {
await this.createApis(apis);

@@ -28,3 +28,3 @@ }

// Config root plugins:
if (rootPlugins) {
if (rootPlugins && rootPlugins.length > 0) {
await this.createPlugins(rootPlugins);

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