Socket
Socket
Sign inDemoInstall

@thi.ng/api

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/api - npm Package Compare versions

Comparing version 6.7.0 to 6.7.1

4

api/hiccup.d.ts

@@ -9,5 +9,7 @@ export interface IToHiccup {

* @param ctx - user context object
* @param attribs - user attribs
* @param xs - additional args
*/
toHiccup(ctx?: any): any;
toHiccup(ctx?: any, attribs?: any, ...xs: any[]): any;
}
//# sourceMappingURL=hiccup.d.ts.map

@@ -60,15 +60,3 @@ /**

export declare type ButLast<T extends unknown[]> = ButLastReducer<T>;
/**
* Internal version of {@link Drop} accepting 1 extra argument for the
* accumulated value.
*/
declare type DropReducer<T extends unknown[], C extends unknown[] = []> = {
0: C;
1: DropReducer<Prepend<Head<T>, C>, Tail<T>>;
}[Tail<T> extends [] ? 0 : 1];
/**
* Extracts everything except the first element from a tuple.
*/
export declare type Drop<T extends unknown[]> = DropReducer<T>;
export {};
//# sourceMappingURL=tuple.d.ts.map

@@ -6,2 +6,10 @@ # Change Log

## [6.7.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.7.0...@thi.ng/api@6.7.1) (2020-01-26)
**Note:** Version bump only for package @thi.ng/api
# [6.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.6.0...@thi.ng/api@6.7.0) (2020-01-24)

@@ -8,0 +16,0 @@

{
"name": "@thi.ng/api",
"version": "6.7.0",
"version": "6.7.1",
"description": "Common, generic types, interfaces & mixins",

@@ -58,3 +58,3 @@ "module": "./index.js",

"sideEffects": false,
"gitHead": "93d8af817724c1c5b06d80ffa2492fe5b4fb7bc4"
"gitHead": "38d193103121815a5794ae242817f8f306b6ddd4"
}
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