Socket
Socket
Sign inDemoInstall

just-diff-apply

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-diff-apply - npm Package Compare versions

Comparing version 5.2.0 to 5.3.1

12

CHANGELOG.md
# just-diff-apply
## 5.3.1
### Patch Changes
- Fix README
## 5.3.0
### Minor Changes
- Update .mjs module and d.ts
## 5.2.0

@@ -4,0 +16,0 @@

2

index.d.ts
// Definitions by: Eddie Atkinson <https://github.com/eddie-atkinson>
type Operation = "add" | "replace" | "remove";
type Operation = "add" | "replace" | "remove" | "move";

@@ -5,0 +5,0 @@ type DiffOps = Array<{

{
"name": "just-diff-apply",
"version": "5.2.0",
"version": "5.3.1",
"description": "Apply a diff to an object. Optionally supports jsonPatch protocol",

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

@@ -21,3 +21,3 @@ <!-- DO NOT EDIT THIS FILE! THIS FILE WAS AUTOGENERATED BY TEMPLATE-MATE -->

```js
import diffApply from 'just-diff-apply';
import {diffApply} from 'just-diff-apply';

@@ -24,0 +24,0 @@ const obj1 = {a: 3, b: 5};

Sorry, the diff of this file is not supported yet

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