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

p-props

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p-props - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

index.d.ts

@@ -51,4 +51,4 @@ import {Options as PMapOptions} from 'p-map';

declare function pProps<
KeyType extends unknown,
ValueType extends unknown,
KeyType,
ValueType,
MappedValueType = pProps.PromiseResult<ValueType>

@@ -61,3 +61,3 @@ >(

declare function pProps<
InputType extends {[key: string]: unknown},
InputType extends {[key: string]: any},
ValueType extends InputType[keyof InputType],

@@ -64,0 +64,0 @@ MappedValueType = pProps.PromiseResult<ValueType>

{
"name": "p-props",
"version": "3.0.0",
"version": "3.0.1",
"description": "Like `Promise.all()` but for `Map` and `Object`",

@@ -42,3 +42,3 @@ "license": "MIT",

"devDependencies": {
"ava": "^1.4.1",
"ava": "^2.0.0",
"delay": "^4.2.0",

@@ -45,0 +45,0 @@ "tsd": "^0.7.2",

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