Socket
Socket
Sign inDemoInstall

go-database

Package Overview
Dependencies
24
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "go-database",
"version": "1.0.7",
"version": "1.0.8",
"description": "Database connection factory",

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

@@ -28,3 +28,3 @@ const mssql = require('mssql');

preparedStatement.execute(parameter).then(result =>
[ ...chainResults, result ]
[...chainResults, result]
)

@@ -34,7 +34,7 @@ );

preparedStatement.unprepare().then(() => {
preparedStatement.unprepare().then(() => {
return resolve(arrayOfResults);
return resolve(arrayOfResults);
});
});

@@ -53,8 +53,4 @@ }).catch((err) => {

preparedStatement.unprepare().then(() => {
return reject(err);
return reject(err);
});
})

@@ -61,0 +57,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc