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 4.0.2 to 4.0.3

12

api.d.ts

@@ -85,5 +85,8 @@ export declare const DEFAULT_EPS = 0.000001;

/**
* Compares this value with given value `x`.
* Must follow same contract as `Comparator`.
* Compares this value with given value `x`. MUST follow same
* contract as `Comparator`. MUST return 0 if the type also
* implements `IEquiv` and `equiv` returns true for same `x`.
*
* Also see `IHash`.
*
* @param x

@@ -144,2 +147,4 @@ */

* `@IEnable` decorator mixin
*
* @param T type for enable/disable option arg
*/

@@ -169,2 +174,5 @@ export interface IEnable<T> {

}
/**
* @param T value type
*/
export interface IEqualsDelta<T> {

@@ -171,0 +179,0 @@ /**

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

<a name="4.0.3"></a>
## [4.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.2...@thi.ng/api@4.0.3) (2018-05-14)
**Note:** Version bump only for package @thi.ng/api
<a name="4.0.2"></a>

@@ -8,0 +16,0 @@ ## [4.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.1...@thi.ng/api@4.0.2) (2018-05-14)

2

package.json
{
"name": "@thi.ng/api",
"version": "4.0.2",
"version": "4.0.3",
"description": "Common, generic types & interfaces for thi.ng projects",

@@ -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