Socket
Socket
Sign inDemoInstall

typescript-tuple

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-tuple - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.d.ts

@@ -26,2 +26,6 @@ /**

export declare type Reverse<Tuple extends any[]> = utils.Reverse<Tuple>;
/**
* Concat two tuple into one
* @example `Concat<[0, 1, 2], ['a', 'b', 'c']>` → `[0, 1, 2, 'a', 'b', 'c']`
*/
export declare type Concat<Left extends any[], Right extends any[]> = utils.Concat<Left, Right>;

@@ -28,0 +32,0 @@ export declare namespace utils {

2

package.json
{
"name": "typescript-tuple",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generics to work with tuples in TypeScript",

@@ -5,0 +5,0 @@ "main": "index.js",

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