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

p-map

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p-map - npm Package Compare versions

Comparing version 5.4.0 to 5.5.0

4

index.d.ts

@@ -47,2 +47,4 @@ export interface Options {

type MaybePromise<T> = T | Promise<T>;
/**

@@ -57,3 +59,3 @@ Function which is called for every item in `input`. Expected to return a `Promise` or value.

index: number
) => NewElement | Promise<NewElement>;
) => MaybePromise<NewElement | typeof pMapSkip>;

@@ -60,0 +62,0 @@ /**

{
"name": "p-map",
"version": "5.4.0",
"version": "5.5.0",
"description": "Map over promises concurrently",

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

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