proxy-state-tree
Advanced tools
Comparing version 1.0.0-1531948043640 to 1.0.0-1531949621045
@@ -85,3 +85,3 @@ const isPlainObject = require('is-plain-object'); | ||
return value; | ||
if (typeof prop === 'symbol') | ||
if (typeof prop === 'symbol' || prop in Object.prototype) | ||
return target[prop]; | ||
@@ -88,0 +88,0 @@ const targetValue = target[prop]; |
@@ -87,3 +87,3 @@ "use strict"; | ||
return value; | ||
if (typeof prop === 'symbol') | ||
if (typeof prop === 'symbol' || prop in Object.prototype) | ||
return target[prop]; | ||
@@ -90,0 +90,0 @@ const targetValue = target[prop]; |
{ | ||
"name": "proxy-state-tree", | ||
"version": "1.0.0-1531948043640", | ||
"version": "1.0.0-1531949621045", | ||
"description": "An implementation of the Mobx/Vue state tracking approach, for library authors", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
198572