Socket
Socket
Sign inDemoInstall

just-diff-apply

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

2

package.json
{
"name": "just-diff-apply",
"version": "4.0.0",
"version": "4.0.1",
"description": "Apply a diff to an object. Optionally supports jsonPatch protocol",

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

## just-diff-apply
Part of a [library](../../../../) of zero-dependency npm modules that do just do one thing.
Part of a [library](https://anguscroll.com/just) of zero-dependency npm modules that do just do one thing.
Guilt-free utilities for every occasion.
[Try it now](http://anguscroll.com/just/just-diff-apply)
[`🍦 Try it`](https://anguscroll.com/just/just-diff-apply)
Apply a diff object to an object.
Pass converter to apply a http://jsonpatch.com standard patch
```shell
npm install just-diff-apply
```
```shell
yarn add just-diff-apply
```
Apply a diff object to an object. Pass converter to apply a http://jsonpatch.com standard patch
```js

@@ -12,0 +18,0 @@ import diffApply from 'just-diff-apply';

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