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.32.0 to 1.33.0

lib/PromiseValueMerge.d.ts

1

lib/index.d.ts

@@ -35,2 +35,3 @@ export { required, requiredDeep } from 'unpartial';

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

@@ -37,0 +38,0 @@ export * from './RecursivePartial';

2

package.json
{
"name": "type-plus",
"version": "1.32.0",
"version": "1.33.0",
"description": "Provides additional types for `typescript`.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/unional/type-plus",

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

- `PromiseValue<P>`: Gets the type within the Promise.
- `PromiseValueMerge<P1, P2, ...P9>`: Merge the values of multiple promises.
- `mapSeries()`: Similar to `bluebird.mapSeries()` but works with `async`/`await`.

@@ -56,0 +57,0 @@

@@ -1,44 +0,46 @@

export { required, requiredDeep } from 'unpartial';
export * from './ANotB';
export * from './assertType';
export * from './assignability';
export * from './Brand';
export * from './Except';
export * from './ExcludePropType';
export * from './facade';
export * from './filterKey';
export * from './findKey';
export * from './Flavor';
export * from './forEachKey';
export * from './getField';
export * from './hasKey';
export * from './hasProperty';
export * from './Id';
export * from './IsDisjoint';
export * from './isPromise';
export * from './IsSame';
export * from './JSONTypes';
export * from './KeyofOptional';
export * from './KeysWithDiffType';
export * from './KeyTypes';
export * from './KnownKeys';
export * from './literalArray';
export * from './mapKey';
export * from './mapSeries';
export * from './Not';
export * from './Omit';
export * from './omitFn';
export * from './Partial';
export * from './pick';
export * from './PrimitiveTypes';
export * from './PromiseValue';
export * from './RecursiveIntersect';
export * from './RecursivePartial';
export * from './RecursiveRequired';
export * from './reduceKey';
export * from './Required';
export * from './someKey';
export * from './tryAssign';
export * from './typeOverrideIncompatible';
export * from './UnionKeys';
export * from './ValueOf';
export { required, requiredDeep } from 'unpartial'
export * from './ANotB'
export * from './assertType'
export * from './assignability'
export * from './Brand'
export * from './Except'
export * from './ExcludePropType'
export * from './facade'
export * from './filterKey'
export * from './findKey'
export * from './Flavor'
export * from './forEachKey'
export * from './getField'
export * from './hasKey'
export * from './hasProperty'
export * from './Id'
export * from './IsDisjoint'
export * from './isPromise'
export * from './IsSame'
export * from './JSONTypes'
export * from './KeyofOptional'
export * from './KeysWithDiffType'
export * from './KeyTypes'
export * from './KnownKeys'
export * from './literalArray'
export * from './mapKey'
export * from './mapSeries'
export * from './Not'
export * from './Omit'
export * from './omitFn'
export * from './Partial'
export * from './pick'
export * from './PrimitiveTypes'
export * from './PromiseValue'
export * from './PromiseValueMerge'
export * from './RecursiveIntersect'
export * from './RecursivePartial'
export * from './RecursiveRequired'
export * from './reduceKey'
export * from './Required'
export * from './someKey'
export * from './tryAssign'
export * from './typeOverrideIncompatible'
export * from './UnionKeys'
export * from './ValueOf'

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