continuation-local-storage
Advanced tools
Comparing version 3.1.6 to 3.1.7
{ | ||
"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 |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
99995
27
0
261
+ Addedasync-listener@0.6.10(transitive)
+ Addedsemver@5.7.2(transitive)
- Removedasync-listener@0.5.8(transitive)
- Removedshimmer@1.0.0(transitive)
Updatedasync-listener@^0.6.0