string.prototype.trimend
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,4 +8,11 @@ # Changelog | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
## [v1.0.2](https://github.com/es-shims/String.prototype.trimEnd/compare/v1.0.1...v1.0.2) - 2020-10-20 | ||
### Commits | ||
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`a003e71`](https://github.com/es-shims/String.prototype.trimEnd/commit/a003e7166d8de16c551a14b0ec855187357cce43) | ||
- [actions] add "Allow Edits" workflow [`0b4b43c`](https://github.com/es-shims/String.prototype.trimEnd/commit/0b4b43cb605f7b3532e61c43dfc7f1795296c5a4) | ||
- [Deps] update `es-abstract` [`75ca6b0`](https://github.com/es-shims/String.prototype.trimEnd/commit/75ca6b0e9757d64013ae863cfaac49ebcb36f1cf) | ||
- [actions] switch Automatic Rebase workflow to `pull_request_target` event [`552016c`](https://github.com/es-shims/String.prototype.trimEnd/commit/552016cb631ac13c12bbbc0d6dd65012e5e79583) | ||
## [v1.0.1](https://github.com/es-shims/String.prototype.trimEnd/compare/v1.0.0...v1.0.1) - 2020-04-09 | ||
@@ -12,0 +19,0 @@ |
{ | ||
"name": "string.prototype.trimend", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Jordan Harband <ljharb@gmail.com>", | ||
@@ -47,8 +47,8 @@ "contributors": [ | ||
"@es-shims/api": "^2.1.2", | ||
"@ljharb/eslint-config": "^16.0.0", | ||
"aud": "^1.1.0", | ||
"auto-changelog": "^1.16.4", | ||
"eslint": "^6.8.0", | ||
"@ljharb/eslint-config": "^17.2.0", | ||
"aud": "^1.1.2", | ||
"auto-changelog": "^2.2.1", | ||
"eslint": "^7.11.0", | ||
"functions-have-names": "^1.2.1", | ||
"tape": "^5.0.0-next.5" | ||
"tape": "^5.0.1" | ||
}, | ||
@@ -60,8 +60,9 @@ "auto-changelog": { | ||
"commitLimit": false, | ||
"backfillLimit": false | ||
"backfillLimit": false, | ||
"hideCredit": true | ||
}, | ||
"dependencies": { | ||
"define-properties": "^1.1.3", | ||
"es-abstract": "^1.17.5" | ||
"es-abstract": "^1.18.0-next.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var defineProperties = require('define-properties'); | ||
var bind = require('function-bind'); | ||
var callBind = require('es-abstract/helpers/callBind'); | ||
var isEnumerable = Object.prototype.propertyIsEnumerable; | ||
@@ -35,5 +35,5 @@ var functionsHaveNames = require('functions-have-names')(); | ||
runTests(bind.call(Function.call, String.prototype.trimEnd), t); | ||
runTests(callBind(String.prototype.trimEnd), t); | ||
t.end(); | ||
}); |
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
14547
17
Updatedes-abstract@^1.18.0-next.1