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.2 to 1.4.3

16

lib/data-type.js
// Generated by CoffeeScript 1.7.1
var EPOCH_DATE, MAX, NULL, TYPE, UTC_EPOCH_DATE, YEAR_ONE, guidParser, id, type, typeByName;
var EPOCH_DATE, MAX, NULL, TYPE, UTC_EPOCH_DATE, YEAR_ONE, alias, guidParser, id, type, typeByName, _i, _len, _ref;

@@ -457,2 +457,3 @@ guidParser = require('./guid-parser');

name: 'UniqueIdentifierN',
aliases: ['UniqueIdentifier'],
dataLengthLength: 1,

@@ -753,2 +754,3 @@ declaration: function(parameter) {

name: 'TimeN',
aliases: ['Time'],
hasScale: true,

@@ -818,2 +820,3 @@ dataLengthLength: 0,

name: 'DateN',
aliases: ['Date'],
dataLengthLength: 0,

@@ -838,2 +841,3 @@ declaration: function(parameter) {

name: 'DateTime2N',
aliases: ['DateTime2'],
hasScale: true,

@@ -907,2 +911,3 @@ dataLengthLength: 0,

name: 'DateTimeOffsetN',
aliases: ['DateTimeOffset'],
hasScale: true,

@@ -1047,2 +1052,11 @@ dataLengthLength: 0,

typeByName[type.name] = type;
if ((type.aliases != null) && type.aliases instanceof Array) {
_ref = type.aliases;
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
alias = _ref[_i];
if (!typeByName[alias]) {
typeByName[alias] = type;
}
}
}
}

@@ -1049,0 +1063,0 @@

2

package.json

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

],
"version": "1.4.2",
"version": "1.4.3",
"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