string.prototype.trimend
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -8,2 +8,15 @@ # Changelog | ||
## [v1.0.9](https://github.com/es-shims/String.prototype.trimEnd/compare/v1.0.8...v1.0.9) - 2024-12-11 | ||
### Commits | ||
- [actions] split out node 10-20, and 20+ [`7e5ffdc`](https://github.com/es-shims/String.prototype.trimEnd/commit/7e5ffdc2ab30b09e19773f35df5dceffddc660d4) | ||
- [meta] sort package.json mildly [`2f99c8b`](https://github.com/es-shims/String.prototype.trimEnd/commit/2f99c8bc69d50dc0c56af3900cc31129ef42bc1b) | ||
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `tape` [`2774fe6`](https://github.com/es-shims/String.prototype.trimEnd/commit/2774fe6660c9de92eacf2a8173f494aa151b1fc1) | ||
- [Refactor] use `call-bound` directly [`9e3bbec`](https://github.com/es-shims/String.prototype.trimEnd/commit/9e3bbec66695b715ec38f832aa472e1a82ffe095) | ||
- [Tests] replace `aud` with `npm audit` [`cb9a462`](https://github.com/es-shims/String.prototype.trimEnd/commit/cb9a4623b86d2a91cb0a5b704739b6fe43078abd) | ||
- [meta] add missing `engines.node` [`f46c829`](https://github.com/es-shims/String.prototype.trimEnd/commit/f46c829985a3c78e92482247fe30800781b4a9e3) | ||
- [Deps] update `call-bind` [`e892c32`](https://github.com/es-shims/String.prototype.trimEnd/commit/e892c32d30aaaee372c8159b7ac94d564cf7f0e9) | ||
- [Dev Deps] add missing peer dep [`e1a59da`](https://github.com/es-shims/String.prototype.trimEnd/commit/e1a59da39cc18bbe546371b12d39f86b4c947896) | ||
## [v1.0.8](https://github.com/es-shims/String.prototype.trimEnd/compare/v1.0.7...v1.0.8) - 2024-03-16 | ||
@@ -10,0 +23,0 @@ |
'use strict'; | ||
var callBound = require('call-bind/callBound'); | ||
var callBound = require('call-bound'); | ||
var $replace = callBound('String.prototype.replace'); | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "string.prototype.trimend", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"author": "Jordan Harband <ljharb@gmail.com>", | ||
@@ -23,3 +23,3 @@ "contributors": [ | ||
"test": "npm run tests-only", | ||
"posttest": "aud --production", | ||
"posttest": "npx npm@'>= 10.2' audit --production", | ||
"tests-only": "nyc tape 'test/**/*.js'", | ||
@@ -48,7 +48,13 @@ "version": "auto-changelog && git add CHANGELOG.md", | ||
], | ||
"dependencies": { | ||
"call-bind": "^1.0.8", | ||
"call-bound": "^1.0.2", | ||
"define-properties": "^1.2.1", | ||
"es-object-atoms": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@es-shims/api": "^2.4.2", | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"aud": "^2.0.4", | ||
"auto-changelog": "^2.4.0", | ||
"@es-shims/api": "^2.5.1", | ||
"@ljharb/eslint-config": "^21.1.1", | ||
"auto-changelog": "^2.5.0", | ||
"encoding": "^0.1.13", | ||
"eslint": "=8.8.0", | ||
@@ -61,3 +67,3 @@ "functions-have-names": "^1.2.3", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.7.5" | ||
"tape": "^5.9.0" | ||
}, | ||
@@ -72,7 +78,2 @@ "auto-changelog": { | ||
}, | ||
"dependencies": { | ||
"call-bind": "^1.0.7", | ||
"define-properties": "^1.2.1", | ||
"es-object-atoms": "^1.0.0" | ||
}, | ||
"publishConfig": { | ||
@@ -82,3 +83,6 @@ "ignore": [ | ||
] | ||
}, | ||
"engines": { | ||
"node": ">= 0.4" | ||
} | ||
} |
23582
4
+ Addedcall-bound@^1.0.2
+ Addedcall-bound@1.0.3(transitive)
Updatedcall-bind@^1.0.8