Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wry/context

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wry/context - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

lib/context.d.ts

@@ -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"
}
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