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

promise-map-series

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-map-series - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

CHANGELOG.md
# master
# 0.2.2
* Use better function name for clearer stack traces
# 0.2.1

@@ -4,0 +8,0 @@

2

index.js
var Promise = require('rsvp').Promise;
module.exports = function sequence(array, iterator, thisArg) {
module.exports = function promiseMapSeries(array, iterator, thisArg) {
var length = array.length

@@ -5,0 +5,0 @@ var current = Promise.resolve()

{
"name": "promise-map-series",
"description": "Map over array avoiding parallel execution, using promises",
"version": "0.2.1",
"version": "0.2.2",
"author": "Jo Liss <joliss42@gmail.com>",

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

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