Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

syncify

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syncify - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

lib/Busy.js

9

package.json
{
"name": "syncify",
"version": "0.4.0",
"version": "0.4.1",
"description": "",

@@ -9,6 +9,5 @@ "author": "Aldo Bucchi <aldo.bucchi@gmail.com>",

"test": "make test",
"build": "coffee -c lib/",
"clean": "rm lib/*.js",
"prepublish": "npm run build",
"postpublish": "npm run clean"
"build": "node_modules/coffee-script/bin/coffee -o lib -c src/*.coffee",
"watch": "node_modules/coffee-script/bin/coffee -w -o lib -c src/*.coffee",
"prepublish": "npm run build"
},

@@ -15,0 +14,0 @@ "devDependencies": {

# Syncify.js
In a nutshell, Syncify allows you to *temporarily bring asynchronous functions into the synchronous world* so you
can focus on solving your problem using clean, imperative code. Here's a quick example of what it looks like:
can focus on solving your problem using clean, imperative code. Here's a quick example of what Syncify can do for you:

@@ -6,0 +6,0 @@ ```javascript

Sorry, the diff of this file is not supported yet

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