nested-proxies
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -53,3 +53,3 @@ /* | ||
root: this , | ||
nested: ( property_ , targetOveride , extra_ ) => this.getProxyFor( targetOveride || target[ property_ ] , ctx , property_ , extra_ ) , | ||
nested: ( property_ , targetOveride , extra_ = extra ) => this.getProxyFor( targetOveride || target[ property_ ] , ctx , property_ , extra_ ) , | ||
//target: target , | ||
@@ -56,0 +56,0 @@ isArray: Array.isArray( target ) , |
{ | ||
"name": "nested-proxies", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "A Deep Proxy!", | ||
@@ -5,0 +5,0 @@ "main": "lib/DeepProxy.js", |
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
23449