🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

make-synchronous

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-synchronous - npm Package Compare versions

Comparing version

to
0.1.1

6

index.js

@@ -38,3 +38,7 @@ 'use strict';

encoding: 'utf8',
maxBuffer: HUNDRED_MEGABYTES
maxBuffer: HUNDRED_MEGABYTES,
env: {
...process.env,
ELECTRON_RUN_AS_NODE: '1'
}
});

@@ -41,0 +45,0 @@

2

package.json
{
"name": "make-synchronous",
"version": "0.1.0",
"version": "0.1.1",
"description": "Make an asynchronous function synchronous",

@@ -5,0 +5,0 @@ "license": "MIT",