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.6.0 to 0.6.1

2

package.json
{
"name" : "synchronize",
"main" : "./sync",
"version" : "0.6.0",
"version" : "0.6.1",
"homepage" : "http://alexeypetrushin.github.com/synchronize",

@@ -6,0 +6,0 @@ "dependencies" : {

@@ -153,3 +153,6 @@ var Fiber = require('fibers')

sync.asyncIt = function(cb){
return function(done){sync.fiber(cb, done)}
return function(done){
var that = this
sync.fiber(function(){cb.call(that)}, 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