@types/cls-hooked
Advanced tools
Comparing version 4.2.1 to 4.3.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for cls-hooked 4.2 | ||
// Type definitions for cls-hooked 4.3 | ||
// Project: https://github.com/jeff-lewis/cls-hooked | ||
@@ -21,2 +21,4 @@ // Definitions by: Leo Liang <https://github.com/aleung> | ||
createContext(): any; | ||
enter(context: any): void; | ||
exit(context: any): void; | ||
} | ||
@@ -23,0 +25,0 @@ |
{ | ||
"name": "@types/cls-hooked", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "TypeScript definitions for cls-hooked", | ||
@@ -14,13 +14,14 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/cls-hooked" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/events": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "747ac97626573087556fc8c33ca86d5fb75784454f6a50ef46bcb825e6095793", | ||
"typesPublisherContentHash": "c6dace589e865decc37fd7814b5db42643b801cc57f6a1d09045929dfc5d0f41", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for cls-hooked (https://github.com/jeff-lewis/cls-hooked). | ||
This package contains type definitions for cls-hooked ( https://github.com/jeff-lewis/cls-hooked ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 27 Jun 2018 01:27:15 GMT | ||
* Dependencies: events, node | ||
* Last updated: Sat, 09 Mar 2019 00:24:18 GMT | ||
* Dependencies: @types/node | ||
* Global values: none | ||
@@ -16,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3391
1
23
- Removed@types/events@*
- Removed@types/events@3.0.3(transitive)