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.6 to 0.0.7

5

index.js

@@ -51,2 +51,7 @@ "use strict";

function invoker(spName, map) {
if (typeof spName !== 'string') {
return console.log('invalid spName', spName);
}
queue.push({

@@ -53,0 +58,0 @@ sp : spMapping[spName] || spName,

4

package.json
{
"name": "dbpush",
"version": "0.0.6",
"version": "0.0.7",
"main": "index.js",

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

"dependencies": {
"tedious": "~0.1.4",
"tedious": "~0.1.5",
"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