Comparing version 1.6.3 to 1.6.4
@@ -71,2 +71,4 @@ declare namespace onChange { | ||
declare const onChange: { | ||
default: typeof onChange; | ||
/** | ||
@@ -162,3 +164,2 @@ Watch an object or array for changes. It works recursively, so it will even detect if you modify a deep property like `obj.a.b[0].c = true`. | ||
// export = onChange; | ||
default: typeof onChange; | ||
@@ -165,0 +166,0 @@ /** |
{ | ||
"name": "on-change", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Watch an object or array for changes", | ||
@@ -40,8 +40,8 @@ "license": "MIT", | ||
"devDependencies": { | ||
"ava": "^1.4.1", | ||
"ava": "^3.4.0", | ||
"display-value": "^1.3.2", | ||
"matcha": "^0.7.0", | ||
"tsd": "^0.7.1", | ||
"xo": "^0.24.0" | ||
"tsd": "^0.11.0", | ||
"xo": "^0.27.2" | ||
} | ||
} |
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
16716