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 1.1.2 to 1.1.3

4

generic.d.ts

@@ -13,1 +13,5 @@ export declare type ITSTypeFunction<T> = (...args: any[]) => T;

export declare type ITSResolvable<R> = R | PromiseLike<R>;
export interface ITSArrayLikeWriteable<T> {
readonly length: number;
[n: number]: T;
}

2

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

@@ -5,0 +5,0 @@ "keywords": [

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