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.3.4 to 1.3.5

8

lib/request.js

@@ -84,3 +84,5 @@ // Generated by CoffeeScript 1.7.1

this.addParameter('statement', TYPES.NVarChar, this.sqlTextOrProcedure);
this.addParameter('params', TYPES.NVarChar, this.makeParamsParameter(this.originalParameters));
if (this.originalParameters.length) {
this.addParameter('params', TYPES.NVarChar, this.makeParamsParameter(this.originalParameters));
}
_ref = this.originalParameters;

@@ -98,3 +100,5 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) {

this.addOutputParameter('handle', TYPES.Int);
this.addParameter('params', TYPES.NVarChar, this.makeParamsParameter(this.originalParameters));
if (this.originalParameters.length) {
this.addParameter('params', TYPES.NVarChar, this.makeParamsParameter(this.originalParameters));
}
this.addParameter('stmt', TYPES.NVarChar, this.sqlTextOrProcedure);

@@ -101,0 +105,0 @@ this.sqlTextOrProcedure = 'sp_prepare';

@@ -29,3 +29,3 @@ {

],
"version": "1.3.4",
"version": "1.3.5",
"main": "./lib/tedious.js",

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