Socket
Socket
Sign inDemoInstall

@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.37 to 2.4.38

5

when/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for When 2.4.0
// Project: https://github.com/cujojs/when
// Definitions by: Derek Cicerone <https://github.com/derekcicerone>, Wim Looman <https://github.com/Nemo157>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function When(): When.Promise<void>;

@@ -7,0 +2,0 @@ declare function When<T>(promiseOrValue: T | When.Promise<T> | When.Thenable<T>): When.Promise<T>;

14

when/package.json
{
"name": "@types/when",
"version": "2.4.37",
"description": "TypeScript definitions for When",
"version": "2.4.38",
"description": "TypeScript definitions for when",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when",

@@ -10,9 +10,9 @@ "license": "MIT",

"name": "Derek Cicerone",
"url": "https://github.com/derekcicerone",
"githubUsername": "derekcicerone"
"githubUsername": "derekcicerone",
"url": "https://github.com/derekcicerone"
},
{
"name": "Wim Looman",
"url": "https://github.com/Nemo157",
"githubUsername": "Nemo157"
"githubUsername": "Nemo157",
"url": "https://github.com/Nemo157"
}

@@ -29,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "9f6be2ae6861e6fbec40c8a8f3b569743bcd5da5b79dc6d4d0f36b641b628c69",
"typesPublisherContentHash": "c3e3c33f705cb29bb5a58fe8529a02169c150cb460795d7ec0a62cdd083d38b0",
"typeScriptVersion": "4.5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for When (https://github.com/cujojs/when).
This package contains type definitions for when (https://github.com/cujojs/when).

@@ -12,7 +12,6 @@ # Details

### Additional Details
* Last updated: Mon, 25 Sep 2023 13:39:07 GMT
* Last updated: Wed, 18 Oct 2023 18:04:04 GMT
* Dependencies: none
* Global values: `When`
# Credits
These definitions were written by [Derek Cicerone](https://github.com/derekcicerone), and [Wim Looman](https://github.com/Nemo157).
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