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.5.0 to 0.5.1

2

lib/context.d.ts

@@ -6,4 +6,4 @@ /// <reference types="node" />

export { setTimeoutWithContext as setTimeout };
declare function setTimeoutWithContext(callback: () => any, delay: number): NodeJS.Timer;
declare function setTimeoutWithContext(callback: () => any, delay: number): NodeJS.Timeout;
export declare function asyncFromGen<TArgs extends any[]>(genFn: (...args: TArgs) => any): (...args: TArgs) => Promise<any>;
export declare function wrapYieldingFiberMethods<F extends Function>(Fiber: F): F;

@@ -208,1 +208,2 @@ 'use strict';

exports.wrapYieldingFiberMethods = wrapYieldingFiberMethods;
//# sourceMappingURL=context.js.map
{
"name": "@wry/context",
"version": "0.5.0",
"version": "0.5.1",
"author": "Ben Newman <ben@eloper.dev>",

@@ -31,3 +31,3 @@ "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around",

},
"gitHead": "1060dc2e752f0f9c6040456bc70a693a13d5b478"
"gitHead": "925e08dec81c57f9557e61f9b5153f349c1a5896"
}

@@ -36,3 +36,3 @@ import typescriptPlugin from 'rollup-plugin-typescript2';

exports: "named",
sourceMap: true,
sourcemap: true,
name: "context",

@@ -39,0 +39,0 @@ globals,

Sorry, the diff of this file is not supported yet

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