Socket
Socket
Sign inDemoInstall

fibers

Package Overview
Dependencies
Maintainers
1
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 0.6.0 to 0.6.1

2

package.json
{
"name": "fibers",
"version": "0.6.0",
"version": "0.6.1",
"description": "Cooperative multi-tasking for Javascript; or, the closest thing to a thread you'll see in node",

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

@@ -1,2 +0,7 @@

var Future = require('fibers/future');
var Future;
try {
Future = require('fibers/future');
} catch (err) {
Future = require('future');
}

@@ -3,0 +8,0 @@ function Timer(ms) {

Sorry, the diff of this file is not supported yet

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