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

@types/when

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/when - npm Package Compare versions

Comparing version 2.4.28 to 2.4.29

when/LICENSE

2

when/index.d.ts

@@ -281,3 +281,3 @@ // Type definitions for When 2.4.0

done<U>(onFulfilled: (value: T) => void, onRejected?: (reason: any) => void): void;
done<U>(onFulfilled?: (value: T) => void, onRejected?: (reason: any) => void): void;

@@ -284,0 +284,0 @@ fold<U, V>(combine: (value1: T, value2: V) => U | Promise<U>, value2: V | Promise<V>): Promise<U>;

{
"name": "@types/when",
"version": "2.4.28",
"description": "TypeScript definitions for When 2.4.0",
"version": "2.4.29",
"description": "TypeScript definitions for When",
"license": "MIT",
"author": "Derek Cicerone <https://github.com/derekcicerone>, Wim Looman <https://github.com/Nemo157>",
"contributors": [
{
"name": "Derek Cicerone",
"url": "https://github.com/derekcicerone"
},
{
"name": "Wim Looman",
"url": "https://github.com/Nemo157"
}
],
"main": "",

@@ -15,4 +24,4 @@ "repository": {

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "c1b74dd8ccc88c962f698aa9d13c515131e45c808287ff6ac5147a277aa3c6e2"
"typesPublisherContentHash": "26778aaec40d739a30d76da58c0a2a666a87542d839f61fef9d59131d1a656bb",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for When 2.4.0 (https://github.com/cujojs/when).
This package contains type definitions for When (https://github.com/cujojs/when).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/when
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when
Additional Details
* Last updated: Wed, 26 Oct 2016 19:23:32 GMT
* File structure: ModuleAugmentation
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Mon, 22 May 2017 21:03:30 GMT
* Dependencies: none
* Global values: When

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