@types/tedious
Advanced tools
Comparing version 1.8.28 to 1.8.29
@@ -300,3 +300,3 @@ // Type definitions for tedious 1.8.0 | ||
// for VarChar, NVarChar, VarBinary | ||
length?: number; | ||
length?: number | 'max'; | ||
// precision for Numeric, Decimal | ||
@@ -303,0 +303,0 @@ precision?: number; |
{ | ||
"name": "@types/tedious", | ||
"version": "1.8.28", | ||
"description": "TypeScript definitions for tedious 1.8.0", | ||
"version": "1.8.29", | ||
"description": "TypeScript definitions for tedious", | ||
"license": "MIT", | ||
"author": "Rogier Schouten <https://github.com/rogierschouten>", | ||
"contributors": [ | ||
{ | ||
"name": "Rogier Schouten", | ||
"url": "https://github.com/rogierschouten" | ||
} | ||
], | ||
"main": "", | ||
@@ -16,4 +21,5 @@ "repository": { | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "04a8481c772166e9e31dc95197b9141d582134c3be10385b5d334bddfe41052e" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "d5794af06b7d804eba66346a0ffe0ce32cfa93dab7535ca339b1cfd4541fa6da", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for tedious 1.8.0 (https://pekim.github.io/tedious). | ||
This package contains type definitions for tedious (https://pekim.github.io/tedious). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/tedious | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/tedious | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: events | ||
* Last updated: Wed, 29 Mar 2017 23:26:33 GMT | ||
* Dependencies: events, node | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
25471
3
473
17