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.19.0 to 1.20.0

lib/facade.d.ts

1

lib/index.d.ts

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

export * from './ExcludePropType';
export * from './facade';
export * from './filterKey';

@@ -7,0 +8,0 @@ export * from './findKey';

@@ -10,2 +10,3 @@ "use strict";

__export(require("./Brand"));
__export(require("./facade"));
__export(require("./filterKey"));

@@ -12,0 +13,0 @@ __export(require("./findKey"));

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

export * from './ExcludePropType';
export * from './facade';
export * from './filterKey';

@@ -7,0 +8,0 @@ export * from './findKey';

export { required, requiredDeep } from 'unpartial';
export * from './Brand';
export * from './facade';
export * from './filterKey';

@@ -4,0 +5,0 @@ export * from './findKey';

2

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

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

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

- `ExcludePropType<T, U>`: excludes type `U` from properties in `T`.
- `facade(subject, ...props)`: create a facade of `subject`.
- `PartialPick<T, U>`: makes the properties specified in `U` becomes optional.

@@ -64,0 +65,0 @@ - `PartialExcept<T, U>`: makes the properties not specified in `U` becomes optional.

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

export * from './ExcludePropType';
export * from './facade';
export * from './filterKey';

@@ -7,0 +8,0 @@ export * from './findKey';

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