Socket
Socket
Sign inDemoInstall

@types/cls-hooked

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cls-hooked - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

1

cls-hooked/index.d.ts

@@ -17,2 +17,3 @@ // Type definitions for cls-hooked 4.2

runAndReturn<T>(fn: (...args: any[]) => T): T;
runPromise<T>(fn: (...args: any[]) => Promise<T>): Promise<T>;
bind<F extends Function>(fn: F, context?: any): F; // tslint:disable-line: ban-types

@@ -19,0 +20,0 @@ bindEmitter(emitter: EventEmitter): void;

7

cls-hooked/package.json
{
"name": "@types/cls-hooked",
"version": "4.2.0",
"version": "4.2.1",
"description": "TypeScript definitions for cls-hooked",

@@ -16,10 +16,11 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {
"@types/events": "*",
"@types/node": "*"
},
"typesPublisherContentHash": "cc1b0e9000163ad9e21d99a1aca1072c3a82f098d371edb47fdf3ec464e4db26",
"typesPublisherContentHash": "747ac97626573087556fc8c33ca86d5fb75784454f6a50ef46bcb825e6095793",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cls-hooked
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cls-hooked
Additional Details
* Last updated: Tue, 03 Oct 2017 18:20:14 GMT
* Last updated: Wed, 27 Jun 2018 01:27:15 GMT
* Dependencies: events, node

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

Sorry, the diff of this file is not supported yet

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