fast-json-patch
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
314043
36
5203
215