Socket
Socket
Sign inDemoInstall

@thi.ng/diff

Package Overview
Dependencies
2
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.64 to 5.1.65

2

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

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

{
"name": "@thi.ng/diff",
"version": "5.1.64",
"version": "5.1.65",
"description": "Customizable diff implementations for arrays (sequential) & objects (associative), with or without linear edit logs",

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

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

@@ -80,3 +80,3 @@ "devDependencies": {

},
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n"
"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

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

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

@@ -46,0 +52,0 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/diff"></script>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc