function.prototype.name
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -161,10 +161,10 @@ { | ||
"requireSpaceBeforeObjectValues": true, | ||
"requireSpaceBeforeDestructuredValues": true, | ||
"requireSpaceBeforeObjectValues": true, | ||
"requireSpaceBeforeDestructuredValues": true, | ||
"disallowSpacesInsideTemplateStringPlaceholders": true, | ||
"disallowArrayDestructuringReturn": false, | ||
"disallowArrayDestructuringReturn": false, | ||
"requireNewlineBeforeSingleStatementsInIf": false, | ||
"requireNewlineBeforeSingleStatementsInIf": false, | ||
@@ -171,0 +171,0 @@ "disallowUnusedVariables": true, |
@@ -0,1 +1,8 @@ | ||
1.1.0 / 2017-12-31 | ||
================= | ||
* [New] add `auto` entry point | ||
* [Deps] update `function-bind` | ||
* [Dev Deps] update `uglify-register`, `tape`, `nsp`, `eslint`, `@ljharb/eslint-config`, `@es-shims/api` | ||
* [Tests] up to `node` `v9.3`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS | ||
1.0.3 / 2017-07-21 | ||
@@ -2,0 +9,0 @@ ================= |
{ | ||
"name": "function.prototype.name", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"author": "Jordan Harband", | ||
@@ -20,3 +20,3 @@ "description": "An ES6 spec-compliant `Function.prototype.name` shim", | ||
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null", | ||
"security": "nsp check" | ||
"security": "nsp package" | ||
}, | ||
@@ -37,19 +37,18 @@ "repository": { | ||
"define-properties": "^1.1.2", | ||
"function-bind": "^1.1.0", | ||
"function-bind": "^1.1.1", | ||
"is-callable": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@es-shims/api": "^1.2.0", | ||
"@ljharb/eslint-config": "^12.1.0", | ||
"@es-shims/api": "^2.1.2", | ||
"@ljharb/eslint-config": "^12.2.1", | ||
"covert": "^1.1.0", | ||
"editorconfig-tools": "^0.1.1", | ||
"eslint": "^4.2.0", | ||
"eslint": "^4.14.0", | ||
"jscs": "^3.0.7", | ||
"make-arrow-function": "^1.1.0", | ||
"make-generator-function": "^1.1.0", | ||
"nsp": "^2.6.3", | ||
"nsp": "^3.1.0", | ||
"safe-publish-latest": "^1.1.1", | ||
"tape": "^4.7.0", | ||
"uglify-js": "^3.0.25", | ||
"uglify-register": "^1.0.0" | ||
"tape": "^4.8.0", | ||
"uglify-register": "^1.0.1" | ||
}, | ||
@@ -56,0 +55,0 @@ "testling": { |
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
12
305
23261
Updatedfunction-bind@^1.1.1