Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

mapseries

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapseries - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+4
-1
dist/index.js

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

"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -9,3 +10,4 @@ return new (P || (P = Promise))(function (resolve, reject) {

};
export function mapSeries(values, iterator) {
Object.defineProperty(exports, "__esModule", { value: true });
function mapSeries(values, iterator) {
return __awaiter(this, void 0, void 0, function* () {

@@ -24,1 +26,2 @@ const ret = [];

}
exports.mapSeries = mapSeries;
+1
-1
{
"name": "mapseries",
"version": "1.0.3",
"version": "1.0.4",
"description": "Handle an array of promises sequentially like Bluebird.mapSeries",

@@ -5,0 +5,0 @@ "main": "dist/index",

{
"compileOnSave": true,
"compilerOptions": {
"module": "none",
"target": "es6",

@@ -5,0 +6,0 @@ "strict": true,