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.1.4 to 0.1.5

4

package.json
{
"name" : "synchronize",
"main" : "./synchronize",
"version" : "0.1.4",
"version" : "0.1.5",
"homepage" : "http://alexeypetrushin.github.com/synchronize",

@@ -9,3 +9,3 @@ "dependencies" : {

},
"devDependencies": {
"devDependencies" : {
"mocha" : "1.0.x",

@@ -12,0 +12,0 @@ "expect.js" : "0.1.x"

@@ -58,9 +58,8 @@ require('fibers')

Fiber(function(){
if (done) {
try {
callback.call(that)
if(typeof done === "function") done()
done()
} catch (error){
if(typeof done === "function") done(error)
done(error)
}

@@ -67,0 +66,0 @@ } else {

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