@types/continuation-local-storage
Advanced tools
Comparing version 3.2.4 to 3.2.5
@@ -12,3 +12,3 @@ // Type definitions for continuation-local-storage 3.2 | ||
export type Context = { | ||
[key: string]: any | ||
[key: string]: any; | ||
}; | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "@types/continuation-local-storage", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "TypeScript definitions for continuation-local-storage", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/continuation-local-storage", | ||
}, | ||
"typesPublisherContentHash": "51ba8a739f7c39a28cb5ec597447920f035ca30e43bdac7286973671e392afc3", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "a2cf87bf14006bea0711efa4fce469215830f17a813bb4bfebe8d11292852bfe", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -22,3 +22,3 @@ # Installation | ||
export type Context = { | ||
[key: string]: any | ||
[key: string]: any; | ||
}; | ||
@@ -60,3 +60,3 @@ | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:34:26 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:41:10 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -63,0 +63,0 @@ * Global values: none |
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
6358