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

tedious

Package Overview
Dependencies
Maintainers
4
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tedious - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

6

lib/connection.js

@@ -551,2 +551,5 @@ // Generated by CoffeeScript 1.7.1

}
if (token.sqlError && !_this.request.error) {
_this.request.error = RequestError('An unknown error has occurred.', 'UNKNOWN');
}
_this.request.emit('done', token.rowCount, token.more, _this.request.rows);

@@ -869,2 +872,5 @@ if (token.rowCount !== void 0) {

if (error) {
if (error.code === 'UNKNOWN') {
error.message += ' This is likely because the schema of the BulkLoad does not match the schema of the table you are attempting to insert into.';
}
bulkLoad.error = error;

@@ -871,0 +877,0 @@ return bulkLoad.callback(error);

2

package.json

@@ -33,3 +33,3 @@ {

],
"version": "1.4.0",
"version": "1.4.1",
"main": "./lib/tedious.js",

@@ -36,0 +36,0 @@ "repository": {

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