New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

synchronize

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synchronize - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

6

package.json
{
"name" : "synchronize",
"main" : "./sync",
"version" : "0.5.1",
"version" : "0.5.2",
"homepage" : "http://alexeypetrushin.github.com/synchronize",
"dependencies" : {
"fibers" : "0.6.x"
"fibers" : "1.0.x"
},

@@ -20,2 +20,2 @@ "devDependencies" : {

"license" : "MIT"
}
}

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

require('fibers')
var Fiber = require('fibers')

@@ -52,3 +52,3 @@ // Takes function and returns its synchronized version, it's still backward compatible and

// Use it to wait for asynchronous callback.
sync.await = global.yield
sync.await = Fiber.yield

@@ -153,2 +153,2 @@ // Creates fiber-aware asynchronous callback resuming current fiber when it will be finished.

return function(done){sync.fiber(cb.bind(this), done)}
}
}
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