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

typelevel-ts

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typelevel-ts - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

CHANGELOG.md

@@ -16,2 +16,7 @@ # Changelog

# 0.2.3
* **New Feature**
* add `HListConcat`, closes #17 (@tvald)
# 0.2.2

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

4

lib/index.d.ts

@@ -189,2 +189,6 @@ export declare type Increment = {

}[HListLengthAsString<L>];
export declare type HListConcat<L1 extends HList, L2 extends HList> = {
T: L2;
F: HCons<Head<L1>, HListConcat<Tail<L1>, L2>>;
}[IsHNil<L1>];
export declare type TupleToObject<T> = ObjectOmit<T, keyof Array<any>>;

@@ -191,0 +195,0 @@ export declare type TupleLengthAsString<T extends [any], I extends keyof Increment = '0'> = {

4

package.json
{
"name": "typelevel-ts",
"version": "0.2.2",
"version": "0.2.3",
"description": "Type level programming in TypeScript",

@@ -33,3 +33,3 @@ "files": ["lib"],

"tslint-config-standard": "4.0.0",
"typescript": "2.6.1",
"typescript": "2.6.2",
"typings-checker": "1.1.2"

@@ -36,0 +36,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