Comparing version 3.0.0 to 3.0.1
@@ -132,3 +132,3 @@ /**! | ||
}); | ||
map.prototype['size'] = !!Object.getOwnPropertyDescriptor(Map.prototype,'size') | ||
map.prototype['size'] = !~~Object.getOwnPropertyDescriptor(Map.prototype,'size') | ||
return map; | ||
@@ -135,0 +135,0 @@ } else { |
{ | ||
"name": "enable", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "ES6 and ES7 feature detection.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
11063