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.13.0 to 1.14.0

lib/ExcludePropType.d.ts

2

lib/index.d.ts
export * from './Brand';
export * from './Except';
export * from './ExcludePropType';
export * from './filterKey';

@@ -12,2 +13,3 @@ export * from './findKey';

export * from './mapKey';
export * from './Partial';
export * from './RecursiveIntersect';

@@ -14,0 +16,0 @@ export * from './RecursivePartial';

export * from './Brand';
export * from './Except';
export * from './ExcludePropType';
export * from './filterKey';

@@ -12,2 +13,3 @@ export * from './findKey';

export * from './mapKey';
export * from './Partial';
export * from './RecursiveIntersect';

@@ -14,0 +16,0 @@ export * from './RecursivePartial';

2

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

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

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

- `tryAssign<S, T>(from: S, to: T)`: try assign `from` to `to`. Return type `never` if not possible.
- PropType: ...no helper type for this. Just do `YourType['propName']`

@@ -66,0 +67,0 @@ ### Type assertion

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