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

dbpush

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbpush - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

9

index.js

@@ -11,3 +11,3 @@ "use strict";

connectionData.options = {
connectionData.options = connectionData.options || {
connectTimeout : 1000,

@@ -24,5 +24,4 @@ requestTimeout : 1000,

connection.close();
} else {
callback(err, invoker);
}
callback(err, invoker);
});

@@ -44,3 +43,3 @@

});
for(var key in task.map) {

@@ -56,2 +55,2 @@ sqlRequest.addParameter(key, TYPES.VarChar, task.map[key].toString());

}
};
};
{
"name": "dbpush",
"version": "0.0.2",
"version": "0.0.3",
"main": "index.js",

@@ -8,5 +8,5 @@ "repository": "git://github.com/fredericosilva/dbpush.git",

"dependencies": {
"tedious": "~0.0.7",
"tedious": "~0.1.4",
"async": "~0.1.22"
}
}
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