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

microgateway-config

Package Overview
Dependencies
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microgateway-config - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

4

package.json
{
"name": "microgateway-config",
"version": "3.3.1",
"version": "3.3.2",
"description": "Apigee Microgateway Handler",

@@ -15,3 +15,3 @@ "main": "index.js",

"body-parser": "^1.15.0",
"config": "^1.19.0",
"config": "^3.3.9",
"debug": "^3.1.0",

@@ -18,0 +18,0 @@ "fs-extra": "^0.26.7",

@@ -160,3 +160,3 @@ 'use strict';

} catch (err) {
flag = err.message.includes('config.quotas.useRedis is not an boolean');
flag = err.message.includes('config.quotas.useRedis should be a boolean');
}

@@ -173,3 +173,3 @@ assert(flag);

} catch (err) {
flag = err.message.includes('config.quotas.useRedis is not an boolean');
flag = err.message.includes('config.quotas.useRedis should be a boolean');
}

@@ -192,3 +192,3 @@ assert(flag);

} catch (err) {
flag = err.message.includes('config.quotas.useDebugMpId is not an boolean');
flag = err.message.includes('config.quotas.useDebugMpId should be a boolean');
}

@@ -205,3 +205,3 @@ assert(flag);

} catch (err) {
flag = err.message.includes('config.quotas.useDebugMpId is not an boolean');
flag = err.message.includes('config.quotas.useDebugMpId should be a boolean');
}

@@ -224,3 +224,3 @@ assert(flag);

} catch (err) {
flag = err.message.includes('config.quotas.failOpen is not an boolean');
flag = err.message.includes('config.quotas.failOpen should be a boolean');
}

@@ -237,3 +237,3 @@ assert(flag);

} catch (err) {
flag = err.message.includes('config.quotas.failOpen is not an boolean');
flag = err.message.includes('config.quotas.failOpen should be a boolean');
}

@@ -240,0 +240,0 @@ assert(flag);

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