define-properties
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,3 +1,7 @@ | ||
1.0.1 / 2015-01-06 | ||
================= | ||
* Update `object-keys` to fix ES3 support | ||
1.0.0 / 2015-01-04 | ||
================= | ||
* v1.0.0 |
{ | ||
"name": "define-properties", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Jordan Harband", | ||
@@ -33,3 +33,3 @@ "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.", | ||
"foreach": "~2.0.5", | ||
"object-keys": "~1.0.2" | ||
"object-keys": "~1.0.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
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
13498
Updatedobject-keys@~1.0.3