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

continuation-local-storage

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

continuation-local-storage - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

test/proper-exit.tap.js

4

context.js

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

function Namespace (name) {
function Namespace(name) {
this.name = name;

@@ -190,3 +190,3 @@ // every namespace has a default / "global" context

after : function (context, domain) { namespace.exit(domain); },
error : function (domain) { namespace.exit(domain); }
error : function (domain) { if (domain) namespace.exit(domain); }
}

@@ -193,0 +193,0 @@ );

{
"name": "continuation-local-storage",
"version": "2.4.0",
"version": "2.4.1",
"description": "userland implementation of https://github.com/joyent/node/issues/5243",

@@ -34,3 +34,3 @@ "main": "context.js",

"optionalDependencies": {
"async-listener": ">=0.2.2"
"async-listener": "=0.3.0"
},

@@ -37,0 +37,0 @@ "dependencies": {

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