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

kongfig

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kongfig - npm Package Compare versions

Comparing version 1.2.19 to 1.2.20

5

lib/adminApi.js

@@ -126,2 +126,7 @@ 'use strict';

if (json.data.length < 100) {
// FIXME an hopeful hack to prevent a loop
return json.data;
}
return getPaginatedJson(json.next).then(function (data) {

@@ -128,0 +133,0 @@ return json.data.concat(data);

2

package.json
{
"name": "kongfig",
"version": "1.2.19",
"version": "1.2.20",
"description": "A tool for Kong to allow declarative configuration.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/mybuilder/kongfig",

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