You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

synchronized-promise

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synchronized-promise - npm Package Compare versions

Comparing version

to
0.1.0

2

dist/index.js

@@ -0,1 +1,3 @@

"use strict";
/* 10 seconds */

@@ -2,0 +4,0 @@ var DEFAULT_TIMEOUTS = 10 * 1000;

10

package.json
{
"name": "synchronized-promise",
"version": "0.0.4",
"version": "0.1.0",
"description": "Turn ES6 Promise into synchronize function call, a simple wrapper of deasync package",

@@ -30,10 +30,10 @@ "main": "dist/index.js",

"dependencies": {
"deasync": "^0.1.12"
"deasync": "^0.1.15"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.39",
"@babel/core": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"ava": "^0.25.0"
}
}