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.3 to 0.4.4

lib/context.esm.js.map

1

lib/context.esm.js

@@ -199,1 +199,2 @@ // This currentContext variable will only be used if the makeSlotClass

export { Slot, asyncFromGen, bind, noContext, setTimeoutWithContext as setTimeout, wrapYieldingFiberMethods };
//# sourceMappingURL=context.esm.js.map

4

package.json
{
"name": "@wry/context",
"version": "0.4.3",
"version": "0.4.4",
"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": "6dd80e9b4179166e6f4c9d90035d2a2bec63f608"
"gitHead": "50e7d6181b0b937ad54b543118e823ad98e2bca9"
}

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

format: "esm",
sourceMap: true,
sourcemap: true,
globals,

@@ -22,0 +22,0 @@ },

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