New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/async

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/async - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

7

async/index.d.ts

@@ -109,3 +109,8 @@ // Type definitions for Async 3.0

empty(): void;
drain(): void;
/**
* a function that sets a callback that is called when the last item from the queue has returned from the worker.
* If the callback is omitted, q.drain() returns a promise for the next occurrence.
*/
drain(): Promise<void>;
drain(handler: () => void): void;
idle(): boolean;

@@ -112,0 +117,0 @@ pause(): void;

4

async/package.json
{
"name": "@types/async",
"version": "3.0.4",
"version": "3.0.5",
"description": "TypeScript definitions for Async",

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

"dependencies": {},
"typesPublisherContentHash": "d921476a7b31a2f8bc8896436e996b6cee5b7d566ac033784976ea1c14992775",
"typesPublisherContentHash": "568d4b952acb363442a616600ed3138f6a6dd2b2ff03dc51fec39fbc0669e521",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Tue, 21 Jan 2020 01:00:06 GMT
* Last updated: Wed, 22 Jan 2020 00:26:03 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `async`

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