continuation-local-storage
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"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'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package