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

sync-mysql

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-mysql - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

7

lib/worker.js

@@ -50,5 +50,6 @@ 'use strict';

{
return _promise2.default.all(results).forEach(function (value, i) {
results[i] = null;
}).then(function () {
return _promise2.default.all(results).then(function (r) {
r.forEach(function (v, i) {
results[i] = null;
});
return null;

@@ -55,0 +56,0 @@ });

{
"name": "sync-mysql",
"version": "3.0.0",
"version": "3.0.1",
"main": "lib/index.js",

@@ -13,3 +13,3 @@ "description": "Make synchronous queries to a mysql database",

"concat-stream": "^1.6.0",
"sync-rpc": "^1.1.0",
"sync-rpc": "^1.1.1",
"then-mysql": "^1.1.1"

@@ -16,0 +16,0 @@ },

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