es-abstract
Advanced tools
Comparing version 1.4.3 to 1.5.0
@@ -139,4 +139,18 @@ { | ||
"afterStar": true | ||
} | ||
}, | ||
"disallowSpacesInGenerator": { | ||
"beforeStar": true | ||
}, | ||
"disallowVar": false, | ||
"requireArrayDestructuring": false, | ||
"requireEnhancedObjectLiterals": false, | ||
"requireObjectDestructuring": false, | ||
"requireEarlyReturn": false | ||
} | ||
@@ -0,1 +1,8 @@ | ||
1.5.0 / 2015-12-27 | ||
================= | ||
* [New] adds `Symbol.toPrimitive` support via `es-to-primitive` | ||
* [Deps] update `is-callable`, `es-to-primitive` | ||
* [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`, `tape` | ||
* [Tests] up to `node` `v5.3` | ||
1.4.3 / 2015-11-04 | ||
@@ -2,0 +9,0 @@ ================= |
{ | ||
"name": "es-abstract", | ||
"version": "1.4.3", | ||
"version": "1.5.0", | ||
"author": { | ||
@@ -47,17 +47,17 @@ "name": "Jordan Harband", | ||
"function-bind": "^1.0.2", | ||
"is-callable": "^1.1.0", | ||
"es-to-primitive": "^1.0.0", | ||
"is-callable": "^1.1.1", | ||
"es-to-primitive": "^1.1.0", | ||
"is-regex": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"tape": "^4.2.2", | ||
"tape": "^4.4.0", | ||
"covert": "^1.1.0", | ||
"jscs": "^2.5.0", | ||
"jscs": "^2.7.0", | ||
"editorconfig-tools": "^0.1.1", | ||
"nsp": "^2.0.0", | ||
"eslint": "^1.8.0", | ||
"@ljharb/eslint-config": "^1.5.0", | ||
"nsp": "^2.2.0", | ||
"eslint": "^1.10.3", | ||
"@ljharb/eslint-config": "^1.6.0", | ||
"object-is": "^1.0.1", | ||
"foreach": "^2.0.5", | ||
"semver": "^5.0.3", | ||
"semver": "^5.1.0", | ||
"replace": "^0.3.0" | ||
@@ -64,0 +64,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
78185
1402
Updatedes-to-primitive@^1.1.0
Updatedis-callable@^1.1.1