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 2.3.0 to 2.3.1

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-29T12:16:20Z
- **Last updated**: 2024-04-08T14:59:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/compare",
"version": "2.3.0",
"version": "2.3.1",
"description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface",

@@ -39,3 +39,3 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.31"
"@thi.ng/api": "^8.10.0"
},

@@ -87,3 +87,6 @@ "devDependencies": {

},
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n"
"thi.ng": {
"alias": "cmp"
},
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
}

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

> [!NOTE]
> This is one of 190 standalone projects, maintained as part
> This is one of 191 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -77,4 +77,10 @@ > and anti-framework.

ES module import:
ESM import:
```ts
import * as cmp from "@thi.ng/compare";
```
Browser ESM import:
```html

@@ -89,3 +95,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/compare"></script>

```js
const compare = await import("@thi.ng/compare");
const cmp = await import("@thi.ng/compare");
```

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