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

type-plus

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-plus - npm Package Compare versions

Comparing version 1.16.0 to 1.17.0

lib/PromiseValue.d.ts

1

lib/index.d.ts

@@ -17,2 +17,3 @@ export * from './Brand';

export * from './PrimitiveTypes';
export * from './PromiseValue';
export * from './RecursiveIntersect';

@@ -19,0 +20,0 @@ export * from './RecursivePartial';

@@ -17,2 +17,3 @@ export * from './Brand';

export * from './PrimitiveTypes';
export * from './PromiseValue';
export * from './RecursiveIntersect';

@@ -19,0 +20,0 @@ export * from './RecursivePartial';

2

package.json
{
"name": "type-plus",
"description": "Provides additional types for `typescript`.",
"version": "1.16.0",
"version": "1.17.0",
"homepage": "https://github.com/unional/type-plus",

@@ -6,0 +6,0 @@ "bugs": {

@@ -49,2 +49,3 @@ # type-plus

- `isPromise<R>(subject: any)`: `isPromise()` type guard.
- `PromiseValue<P>`: Gets the type within the Promise.
- `mapSeries()`: Similar to `bluebird.mapSeries()` but works with `async`/`await`

@@ -51,0 +52,0 @@

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