Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "rfc6902", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Complete implementation of RFC6902 (patch and diff)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -84,3 +84,3 @@ "use strict"; | ||
} | ||
_add(endpoint.parent, endpoint.key, operation.value); | ||
_add(endpoint.parent, endpoint.key, util_1.clone(operation.value)); | ||
return null; | ||
@@ -87,0 +87,0 @@ } |
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
54791