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.7 to 1.0.8

4

index.d.ts

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

/**
* for Iterator IteratorResult
*/
export declare type ITSUnpackedIteratorLike<T> = T extends Iterator<infer U> ? U : T extends IteratorResult<infer U> ? U : T;
/**
* @see bluebird

@@ -45,0 +49,0 @@ */

2

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

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

@@ -15,3 +15,3 @@ # README

- [demo.ts](https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-type/test/demo.ts) / [demo.d.ts](https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-type/test/demo.d.ts)
- [demo](https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-type/test/demo)
-

@@ -18,0 +18,0 @@

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