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.30 to 1.8.31

8

tedious/index.d.ts

@@ -557,6 +557,6 @@ // Type definitions for tedious 1.8.0

export declare class ConnectionError extends Error {
constructor(message?: string, code?: number);
constructor(message?: string, code?: string);
public message: string;
public code: number;
public code: string;
}

@@ -568,6 +568,6 @@

export declare class RequestError extends Error {
constructor(message?: string, code?: number);
constructor(message?: string, code?: string);
public message: string;
public code: number;
public code: string;
}
{
"name": "@types/tedious",
"version": "1.8.30",
"version": "1.8.31",
"description": "TypeScript definitions for tedious",

@@ -25,5 +25,4 @@ "license": "MIT",

},
"peerDependencies": {},
"typesPublisherContentHash": "4dbca2168cb3b534cb4fa42c279c3756664d735cbcad68c0a7071364d8ba21c2",
"typesPublisherContentHash": "4bbaecb320d88ae4165b29089000de0de1123b23529a5217279581d9f3e302e1",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 07 Jun 2017 16:40:10 GMT
* Last updated: Fri, 25 Aug 2017 14:31:50 GMT
* Dependencies: events, node

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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