Socket
Socket
Sign inDemoInstall

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.0.8 to 1.0.9

1

index.d.ts

@@ -75,2 +75,3 @@ import { ITSTypeBuildIn } from './build-in';

export declare type ITSKeyOf<T> = keyof T;
export declare type ITSPickValueOf<T, K extends keyof T> = ITSValueOf<Pick<T, K>>;
/**

@@ -77,0 +78,0 @@ * @see https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html

2

package.json
{
"name": "ts-type",
"version": "1.0.8",
"version": "1.0.9",
"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