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

4

package.json
{
"name": "continuation-local-storage",
"version": "2.4.2",
"version": "2.4.3",
"description": "userland implementation of https://github.com/joyent/node/issues/5243",

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

"optionalDependencies": {
"async-listener": "=0.4.0"
"async-listener": "0.4.1"
},

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

'use strict';
var domain = require('domain')
, test = require('tap').test
var test = require('tap').test
, cls = require('../context.js')
, domain = require('domain')
;

@@ -7,0 +7,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