Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 3.0.3

2

async/index.d.ts

@@ -262,3 +262,3 @@ // Type definitions for Async 3.0

export function ensureAsync(fn: (... argsAndCallback: any[]) => void): Function;
export function constant(...values: any[]): Function;
export function constant(...values: any[]): AsyncFunction<any>;
export function asyncify(fn: Function): (...args: any[]) => any;

@@ -265,0 +265,0 @@ export function wrapSync(fn: Function): Function;

{
"name": "@types/async",
"version": "3.0.2",
"version": "3.0.3",
"description": "TypeScript definitions for Async",

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

"dependencies": {},
"typesPublisherContentHash": "1efbfd67034ce238f162a75ab2c324b9722ade0334608f20b5231c81e3940257",
"typesPublisherContentHash": "d6a89fb5a99ec0128f7bb752fbea6047c928eddfe39749ca619f1bcdb8d0ac97",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 25 Sep 2019 23:15:25 GMT
* Last updated: Tue, 15 Oct 2019 17:42:27 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