@wry/context
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -6,4 +6,4 @@ /// <reference types="node" /> | ||
export { setTimeoutWithContext as setTimeout }; | ||
declare function setTimeoutWithContext(callback: () => any, delay: number): NodeJS.Timeout; | ||
declare function setTimeoutWithContext(callback: () => any, delay: number): NodeJS.Timer; | ||
export declare function asyncFromGen<TArgs extends any[], TResult>(genFn: (...args: TArgs) => IterableIterator<TResult>): (...args: TArgs) => Promise<TResult>; | ||
export declare function wrapYieldingFiberMethods<F extends Function>(Fiber: F): F; |
{ | ||
"name": "@wry/context", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"author": "Ben Newman <ben@eloper.dev>", | ||
@@ -29,6 +29,6 @@ "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around", | ||
"dependencies": { | ||
"@types/node": "^12.0.2", | ||
"@types/node": ">=6", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "2dd82953d82e94cab0259c4c7b35d1f0297c8c11" | ||
"gitHead": "0761f428e911ddd39d0753e984624e57b06f6e1e" | ||
} |
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
31725
+ Added@types/node@22.10.5(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@types/node@12.20.55(transitive)
Updated@types/node@>=6