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.1.0 to 2.1.1

2

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

@@ -5,0 +5,0 @@ "main": "context.js",

@@ -16,3 +16,3 @@ # Continuation-Local Storage

var createNamespace = require('continuation_local_storage').createNamespace;
var createNamespace = require('continuation-local-storage').createNamespace;
var session = createNamespace('my session');

@@ -76,3 +76,3 @@

```javascript
var createNamespace = require('contination_local_storage').createNamespace;
var createNamespace = require('contination-local-storage').createNamespace;

@@ -79,0 +79,0 @@ var writer = createNamespace('writer');

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