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

kongfig

Package Overview
Dependencies
Maintainers
1
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.0.2 to 1.0.3

3

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

@@ -9,2 +9,3 @@ "repository": "https://github.com/mybuilder/kongfig",

},
"preferGlobal": true,
"scripts": {

@@ -11,0 +12,0 @@ "test": "./node_modules/webpack/bin/webpack.js --target=node && ./node_modules/mocha/bin/mocha dist/test.js",

@@ -38,5 +38,5 @@ import assign from 'object-assign';

export function removeApiPlugin(apiName, pluginName) {
export function removeApiPlugin(apiName, pluginId) {
return {
endpoint: {name: 'api-plugin', params: {apiName, pluginName}},
endpoint: {name: 'api-plugin', params: {apiName, pluginId}},
method: 'DELETE',

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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