You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
845 B
14 lines
845 B
3 years ago
|
diff --git a/node_modules/@metamask/smart-transactions-controller/node_modules/fast-json-patch/commonjs/helpers.js b/node_modules/@metamask/smart-transactions-controller/node_modules/fast-json-patch/commonjs/helpers.js
|
||
|
index 0ac28b4..d048c0a 100644
|
||
|
--- a/node_modules/@metamask/smart-transactions-controller/node_modules/fast-json-patch/commonjs/helpers.js
|
||
|
+++ b/node_modules/@metamask/smart-transactions-controller/node_modules/fast-json-patch/commonjs/helpers.js
|
||
|
@@ -21,7 +21,7 @@ var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
||
|
function hasOwnProperty(obj, key) {
|
||
|
return _hasOwnProperty.call(obj, key);
|
||
|
}
|
||
|
-exports.hasOwnProperty = hasOwnProperty;
|
||
|
+Object.defineProperty(exports, "hasOwnProperty", { value: hasOwnProperty });
|
||
|
function _objectKeys(obj) {
|
||
|
if (Array.isArray(obj)) {
|
||
|
var keys = new Array(obj.length);
|