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

cls-fibers

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cls-fibers - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/fiber_cls.js

@@ -12,3 +12,3 @@ // Generated by CoffeeScript 1.8.0

this.yielding = false;
this.context = this.ns.active;
this.context = this.ns.active || this.ns.createContext();
}

@@ -15,0 +15,0 @@

{
"name": "cls-fibers",
"version": "1.1.0",
"version": "1.1.1",
"description": "Make continuation-local-storage play nice with node-fibers.",

@@ -5,0 +5,0 @@ "author": "Good Eggs <open-source@goodeggs.com>",

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