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.5 to 1.0.7

.eslintrc.js

6

index.js

@@ -1,2 +0,2 @@

"use strict";
'use strict';

@@ -38,4 +38,4 @@ const deasync = require('deasync');

while(!this._finished) {
deasync.runLoopOnce();
}
deasync.runLoopOnce();
}

@@ -42,0 +42,0 @@ if (this._error){

{
"name": "synchron",
"version": "1.0.5",
"version": "1.0.7",
"description": "Wait till async functions end and forces a synchron process without blocking",

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

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