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

volos-quota-apigee

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volos-quota-apigee - npm Package Compare versions

Comparing version 0.11.4 to 0.11.5

4

lib/apigeequota.js

@@ -141,2 +141,6 @@ /****************************************************************************

if (err) {
debug('Error getting version: %s', err);
if (err.code === 'ENOTFOUND') {
err.message = 'Apigee Remote Proxy not found at: ' + self.uri + '. Check your configuration.';
}
cb(err);

@@ -143,0 +147,0 @@ } else {

2

package.json
{
"name": "volos-quota-apigee",
"version": "0.11.4",
"version": "0.11.5",
"main": "lib/apigeequota.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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