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

@types/tedious

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tedious - npm Package Compare versions

Comparing version 1.8.28 to 1.8.29

2

tedious/index.d.ts

@@ -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 @@

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