Socket
Socket
Sign inDemoInstall

fibers

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fibers - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

package.json
{
"name": "fibers",
"version": "5.0.0",
"version": "5.0.1",
"description": "Cooperative multi-tasking for Javascript",

@@ -5,0 +5,0 @@ "keywords": [

@@ -0,1 +1,22 @@

**NOTE OF OBSOLESCENCE** -- The author of this project recommends you avoid its use if possible. The
original version of this module targeted nodejs v0.1.x in early 2011 when JavaScript on the server
looked a lot different. Since then
[async/await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function),
[Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise),
and
[Generators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator)
were standardized and the ecosystem as a whole has moved in that direction.
I'll continue to support newer versions of nodejs as long as possible but v8 and nodejs are
extraordinarily complex and dynamic platforms. It is inevitable that one day this library will
abruptly stop working and no one will be able to do anything about it.
I'd like to say thank you to all the users of fibers, your support over the years has meant a lot to
me.
**Update** *[April 13th, 2021]* -- Fibers is not compatible with nodejs v16.0.0 or later. Unfortunately, v8
commit [dacc2fee0f](https://github.com/v8/v8/commit/dacc2fee0f815823782a7e432c79c2a7767a4765) is a breaking
change and workarounds are non-trivial.
fibers(1) -- Fiber support for v8 and Node

@@ -2,0 +23,0 @@ ==========================================

Sorry, the diff of this file is not supported yet

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