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.3 to 0.6.0

presentations/client-side-qa/impressjs/impress.css

4

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

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

"license" : "MIT"
}
}

@@ -7,7 +7,2 @@ synchronize.js allows You write asynchronous code as if it's synchronous.

Contributors
- [Alexey Petrushin](https://github.com/alexeypetrushin)
- [d3m3vilurr](https://github.com/d3m3vilurr)
Copyright (c) Alexey Petrushin, http://petrush.in, released under the MIT license.

@@ -25,2 +25,3 @@ var Fiber = require('fibers')

// Sometimes `Fiber` needed outside of `sync`.
sync.Fiber = Fiber

@@ -153,4 +154,3 @@

sync.asyncIt = function(cb){
if(!cb) throw "no callback for async spec helper!"
return function(done){sync.fiber(cb.bind(this), done)}
}
return function(done){sync.fiber(cb, 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