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

volos-connectors-common

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volos-connectors-common - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

6

lib/serverBase.js

@@ -230,3 +230,5 @@ var http = require('http');

req.query = parsedUrl.query;
req.params = {};
if (!req.params) {
req.params = {};
}

@@ -516,3 +518,3 @@ var results = this.findPath(req.url, req.method);

stuff.response = response;
dfd.reject();
dfd.reject(stuff);
}

@@ -519,0 +521,0 @@ return(dfd.promise);

{
"name": "volos-connectors-common",
"version": "0.0.7",
"version": "0.0.8",
"description": "Basic support library for Volos Connectors.",

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

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