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

synchronize_f2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synchronize_f2 - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

37

package.json
{
"name" : "synchronize_f2",
"main" : "./sync",
"version" : "2.0.1",
"homepage" : "http://alexeypetrushin.github.com/synchronize",
"name": "synchronize_f2",
"main": "./sync",
"version": "3.0.0",
"homepage": "http://alexeypetrushin.github.com/synchronize",
"repository": {

@@ -10,19 +10,24 @@ "type": "git",

},
"dependencies" : {
"fibers" : "2.0.x"
"dependencies": {
"fibers": "3.x"
},
"devDependencies" : {
"mocha" : "1.0.x",
"chai" : "1.3.x"
"devDependencies": {
"mocha": "1.0.x",
"chai": "1.3.x"
},
"scripts" : {
"scripts": {
"test": "mocha -R spec test/*.js"
},
"description" : "Turns asynchronous function into synchronous",
"keywords" : ["Fibers", "Sync", "Async", "Control Flow"],
"author" : {
"name" : "Alexey Petrushin",
"url" : "http://petrush.in"
"description": "Turns asynchronous function into synchronous",
"keywords": [
"Fibers",
"Sync",
"Async",
"Control Flow"
],
"author": {
"name": "Alexey Petrushin",
"url": "http://petrush.in"
},
"license" : "MIT"
"license": "MIT"
}
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