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 3.1.6 to 3.1.7

LICENSE

8

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

@@ -29,10 +29,10 @@ "main": "context.js",

],
"license": "BSD",
"license": "BSD-2-Clause",
"devDependencies": {
"tap": "^5.2.0"
"tap": "^5.7.1"
},
"dependencies": {
"async-listener": "^0.5.6",
"async-listener": "^0.6.0",
"emitter-listener": "^1.0.1"
}
}

@@ -244,6 +244,18 @@ [![NPM](https://nodei.co/npm/continuation-local-storage.png?downloads=true&stars=true)](https://nodei.co/npm/continuation-local-storage/)

[timer functions]: timers.html
[setImmediate]: timers.html#timers_setimmediate_callback_arg
[setTimeout]: timers.html#timers_settimeout_callback_delay_arg
[setInterval]: timers.html#timers_setinterval_callback_delay_arg
# copyright & license
See [LICENSE](https://github.com/othiym23/node-continuation-local-storage/blob/master/LICENSE)
for the details of the BSD 2-clause "simplified" license used by
`continuation-local-storage`. This package was developed in 2012-2013 (and is
maintained now) by Forrest L Norvell, [@othiym23](https://github.com/othiym23),
with considerable help from Timothy Caswell,
[@creationix](https://github.com/creationix), working for The Node Firm. This
work was underwritten by New Relic for use in their Node.js instrumentation
agent, so maybe give that a look if you have some Node.js
performance-monitoring needs.
[timer functions]: https://nodejs.org/api/timers.html
[setImmediate]: https://nodejs.org/api/timers.html#timers_setimmediate_callback_arg
[setTimeout]: https://nodejs.org/api/timers.html#timers_settimeout_callback_delay_arg
[setInterval]: https://nodejs.org/api/timers.html#timers_setinterval_callback_delay_arg
[cps]: http://en.wikipedia.org/wiki/Continuation-passing_style
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