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

fast-json-patch

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-json-patch - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

.idea/libraries/JSON_Patch_node_modules.xml

2

package.json
{
"name": "fast-json-patch",
"version": "0.3.8",
"version": "0.3.9",
"description": "JSON-Patch allows you to update a JSON document by sending the changes rather than the whole document.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Starcounter-Jack/JSON-Patch",

@@ -176,2 +176,7 @@ JSON-Patch

#### 0.3.9 (Aug 4, 2014)
Feature:
- expose method `jsonpatch.compare` for comparing two object trees
#### 0.3.8 (Jul 18, 2014)

@@ -178,0 +183,0 @@

/*!
* json-patch-duplex.js 0.3.8
* json-patch-duplex.js 0.3.9
* (c) 2013 Joachim Wester

@@ -474,2 +474,4 @@ * MIT license

exports.generate = jsonpatch.generate;
exports.compare = jsonpatch.compare;
}
//# sourceMappingURL=json-patch-duplex.js.map
/*!
* json-patch-duplex.js 0.3.8
* json-patch-duplex.js 0.3.9
* (c) 2013 Joachim Wester

@@ -502,2 +502,3 @@ * MIT license

exports.generate = jsonpatch.generate;
exports.compare = jsonpatch.compare;
}
/*!
* json-patch-duplex.js 0.3.8
* json-patch-duplex.js 0.3.9
* (c) 2013 Joachim Wester

@@ -4,0 +4,0 @@ * MIT license

/*!
* json-patch-duplex.js 0.3.8
* json-patch-duplex.js 0.3.9
* (c) 2013 Joachim Wester

@@ -4,0 +4,0 @@ * MIT license

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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