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.14.0 to 1.15.0

lib/JSONTypes.d.ts

2

lib/index.d.ts

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

export * from './isPromise';
export * from './JSONTypes';
export * from './KeyTypes';

@@ -15,2 +16,3 @@ export * from './literalArray';

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

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

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

export * from './isPromise';
export * from './JSONTypes';
export * from './KeyTypes';

@@ -15,2 +16,3 @@ export * from './literalArray';

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

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

2

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

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

@@ -28,5 +28,10 @@ # type-plus

### Constant Types
- `JSONTypes`: all JSON compatible types.
- `KeyTypes`: type of all keys.
- `PrimitiveTypes`: all primitive types, including `Function`, `symbol`, and `bigint`
### Object Key functions
- `KeyTypes<T>`: type of all keys.
- `filterKey()`: type adjusted filter by key.

@@ -33,0 +38,0 @@ - `findKey()`: type adjusted find by key.

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