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

.idea/sonarlint/issuestore/9/f/9fe84ebb15faf917b7def6236dba604453cc61e0

2

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

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

@@ -41,4 +41,8 @@ const mssql = require('mssql');

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

@@ -48,4 +52,8 @@

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

@@ -52,0 +60,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