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

ts-type

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-type - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.1.2](https://github.com/bluelovers/ws-ts-type/compare/ts-type@2.1.1...ts-type@2.1.2) (2021-12-04)
### ✨ Features
* type ITSValueOrArrayMaybeReadonly<T> = T | ITSArrayListMaybeReadonly<T>; ([0ae2f20](https://github.com/bluelovers/ws-ts-type/commit/0ae2f208a33a3bdccbb5e4fc13a1135d365af6cc))
## [2.1.1](https://github.com/bluelovers/ws-ts-type/compare/ts-type@2.0.3...ts-type@2.1.1) (2021-12-04)

@@ -8,0 +19,0 @@

1

lib/type/base.d.ts

@@ -9,2 +9,3 @@ /**

export declare type ITSValueOrArray<T> = T | T[];
export declare type ITSValueOrArrayMaybeReadonly<T> = T | ITSArrayListMaybeReadonly<T>;
export declare type ITSPropertyKey = string | symbol;

@@ -11,0 +12,0 @@ export declare type ITSAnyFunction = ITSTypeFunction<any>;

4

package.json
{
"name": "ts-type",
"version": "2.1.1",
"version": "2.1.2",
"description": "add some typescript type and re-export some build-in typescript type",

@@ -67,3 +67,3 @@ "keywords": [

},
"gitHead": "fcdfde9b98f1d9e0c2386f2189cdfd7cad6d5529"
"gitHead": "176c745a98c2477f0ca95ba0922b8de087821e71"
}

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