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

@thi.ng/compare

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/compare - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

8

CHANGELOG.md

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

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

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

2

package.json
{
"name": "@thi.ng/compare",
"version": "0.1.2",
"version": "0.1.3",
"description": "Comparator with optional delegation for types implementing @thi.ng/api/ICompare interface",

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

@@ -30,5 +30,6 @@ # @thi.ng/compare

```typescript
import { ICompare } from "@thi.ng/api";
import { compare } from "@thi.ng/compare";
class Foo {
class Foo implements ICompare<Foo> {

@@ -35,0 +36,0 @@ x: number;

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