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.1.4 to 0.1.5

3

lib/context.esm.js

@@ -110,5 +110,4 @@ var currentContext = null;

function pump(valueToSend) {
var result;
try {
result = next.call(gen, valueToSend);
var result = next.call(gen, valueToSend);
}

@@ -115,0 +114,0 @@ catch (error) {

@@ -114,5 +114,4 @@ 'use strict';

function pump(valueToSend) {
var result;
try {
result = next.call(gen, valueToSend);
var result = next.call(gen, valueToSend);
}

@@ -119,0 +118,0 @@ catch (error) {

{
"name": "@wry/context",
"version": "0.1.4",
"version": "0.1.5",
"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": "05c2764d83f2655925e806649b10e9d013f7215b"
"gitHead": "704d10be24c3468c625257312a18a54c0d09d5a9"
}

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