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

synchron

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synchron - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "synchron",
"version": "1.0.2",
"version": "1.0.3",
"description": "Wait till async functions end and forces a synchron process without blocking",

@@ -5,0 +5,0 @@ "main": "index.js",

# Synchron
Wrapping async functions like `fibers/future` without the need of a Fiber.
Still force a synchron execution and wait til the result or an error is present **without blocking**.
Wrapping an async function into a synchron function call **without blocking**.

@@ -31,4 +30,4 @@ ## Install

// this will output:
// --------------------
// output:
// -------
// inside setTimeout

@@ -35,0 +34,0 @@ // back in main

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