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 4.0.1 to 4.0.2

6

tedious/index.d.ts

@@ -660,2 +660,8 @@ // Type definitions for tedious 4.0.0

/**
* Establish a connection to the server.
* @param callback The callback is called when the connection was established or an error occured. If an error occured then err will describe the error.
*/
connect(callback?: (err?: Error) => void): void;
/**
* Start a transaction. As only one request at a time may be executed on

@@ -662,0 +668,0 @@ * a connection, another request should not be initiated until this callback is called.

6

tedious/package.json
{
"name": "@types/tedious",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for tedious",

@@ -44,4 +44,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "16dba95fee7eb3a2ae539806e7c79e6a6c297ec19e2498530220f1e490f5ef56",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "46d1979c3732b3f9b9e0181614c36bd4356f47901f8eb9018e3db95d0d4c04ca",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 13:12:46 GMT
* Last updated: Sun, 25 Oct 2020 16:47:45 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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

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