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.2 to 0.4.3

0

lib/context.d.ts

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

2

lib/context.esm.js

@@ -148,3 +148,3 @@ // This currentContext variable will only be used if the makeSlotClass

var boundNext = bind(gen.next);
var boundThrow = bind(gen["throw"]);
var boundThrow = bind(gen.throw);
return new Promise(function (resolve, reject) {

@@ -151,0 +151,0 @@ function invoke(method, argument) {

@@ -152,3 +152,3 @@ 'use strict';

var boundNext = bind(gen.next);
var boundThrow = bind(gen["throw"]);
var boundThrow = bind(gen.throw);
return new Promise(function (resolve, reject) {

@@ -155,0 +155,0 @@ function invoke(method, argument) {

@@ -0,0 +0,0 @@ declare const makeSlotClass: () => {

{
"name": "@wry/context",
"version": "0.4.2",
"version": "0.4.3",
"author": "Ben Newman <ben@eloper.dev>",

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

},
"gitHead": "0761f428e911ddd39d0753e984624e57b06f6e1e"
"gitHead": "6dd80e9b4179166e6f4c9d90035d2a2bec63f608"
}
{
"extends": "tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {

@@ -4,0 +4,0 @@ "module": "es2015",

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