Comparing version 1.4.2 to 1.4.3
@@ -867,3 +867,3 @@ /** | ||
if(typeof obj === 'undefined') { | ||
throw new Error('Invalid path was given'); | ||
throw new Error(`Invalid path was given - "${path}"`); | ||
} | ||
@@ -870,0 +870,0 @@ } |
{ | ||
"name": "proxserve", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Proxy Observe on objects and properties changes", | ||
@@ -5,0 +5,0 @@ "license": "Apache 2.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
84495