Socket
Socket
Sign inDemoInstall

promise-resolve-deep

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

promise-resolve-deep - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

src/benchmark.js

15

package.json
{
"name": "promise-resolve-deep",
"version": "1.0.5",
"version": "1.1.0",
"description": "Resolve a promise or value and all of its embedded promises (key values, elements of array, including nested)",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "mocha test",
"test": "mocha dist/test",
"benchmark": "node benchmark.js",
"build": "babel index.js -o index-es5.js",
"build": "babel src -d dist",
"prepublish": "npm run build"

@@ -22,9 +22,10 @@ },

"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2",
"benchmark": "^2.1.0",
"bluebird": "^3.3.3",
"bluebird": "^3.5.0",
"chai": "^3.5.0",
"microtime": "^2.1.0",
"mocha": "^2.4.5",
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0"
"babel-cli": "^6.14.0"
},

@@ -31,0 +32,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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