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

@thi.ng/api

Package Overview
Dependencies
Maintainers
1
Versions
188
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.13.3 to 6.13.4

4

api/path.d.ts

@@ -1,4 +0,4 @@

import { NumOrString } from "./prim";
import type { NumOrString } from "./prim";
import type { Keys, Keys1, Keys2, Keys3, Keys4, Keys5, Keys6, Keys7, ValN } from "./keyval";
import { Head, Tail, IsEmpty } from "./tuple";
import type { Head, Tail, IsEmpty } from "./tuple";
/**

@@ -5,0 +5,0 @@ * Unchecked lookup path for nested data structures.

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

## [6.13.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.13.3...@thi.ng/api@6.13.4) (2020-12-07)
**Note:** Version bump only for package @thi.ng/api
## [6.13.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.13.2...@thi.ng/api@6.13.3) (2020-11-26)

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

@@ -0,3 +1,3 @@

import type { ILogger } from "./api/logger";
import { LogLevel } from "./api/logger";
import type { ILogger } from "./api/logger";
export declare const NULL_LOGGER: ILogger;

@@ -4,0 +4,0 @@ export declare class ConsoleLogger implements ILogger {

@@ -1,2 +0,2 @@

import { Event } from "../api/event";
import type { Event } from "../api/event";
export declare const inotify_dispatch: (listeners: any[][], e: Event) => void;

@@ -3,0 +3,0 @@ /**

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

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

"sideEffects": false,
"gitHead": "f1a636bafd0558f1a4c098dab39639708886a692"
"gitHead": "b735cef6fb43db0f54ea8bb2a840d279225e95e0"
}

@@ -41,3 +41,3 @@ <!-- This file is generated - DO NOT EDIT! -->

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=is%3Aissue+is%3Aopen+%5Bapi%5D)
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bapi%5D+in%3Atitle)

@@ -93,4 +93,15 @@ ## Installation

If this project contributes to an academic publication, please cite it as:
```bibtex
@misc{thing-api,
title = "@thi.ng/api",
author = "Karsten Schmidt and others",
note = "https://thi.ng/api",
year = 2016
}
```
## License
&copy; 2016 - 2020 Karsten Schmidt // Apache Software License 2.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