string.prototype.padstart
Advanced tools
Comparing version
@@ -8,2 +8,9 @@ # Changelog | ||
## [v3.1.5](https://github.com/es-shims/String.prototype.padStart/compare/v3.1.4...v3.1.5) - 2023-08-29 | ||
### Commits | ||
- [Deps] update `define-properties`, `es-abstract` [`42a83bc`](https://github.com/es-shims/String.prototype.padStart/commit/42a83bca97668a418e349bac39fd477e7a8d05f9) | ||
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`cdcb754`](https://github.com/es-shims/String.prototype.padStart/commit/cdcb75415dc5ef06a4b4e0c053514b6325e6b485) | ||
## [v3.1.4](https://github.com/es-shims/String.prototype.padStart/compare/v3.1.3...v3.1.4) - 2022-11-07 | ||
@@ -10,0 +17,0 @@ |
'use strict'; | ||
var ToLength = require('es-abstract/2022/ToLength'); | ||
var ToString = require('es-abstract/2022/ToString'); | ||
var RequireObjectCoercible = require('es-abstract/2022/RequireObjectCoercible'); | ||
var ToLength = require('es-abstract/2023/ToLength'); | ||
var ToString = require('es-abstract/2023/ToString'); | ||
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible'); | ||
@@ -7,0 +7,0 @@ var callBound = require('call-bind/callBound'); |
'use strict'; | ||
var define = require('define-properties'); | ||
var RequireObjectCoercible = require('es-abstract/2022/RequireObjectCoercible'); | ||
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible'); | ||
var callBind = require('call-bind'); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "string.prototype.padstart", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"author": "Jordan Harband <ljharb@gmail.com>", | ||
@@ -45,9 +45,9 @@ "funding": { | ||
"call-bind": "^1.0.2", | ||
"define-properties": "^1.1.4", | ||
"es-abstract": "^1.20.4" | ||
"define-properties": "^1.2.0", | ||
"es-abstract": "^1.22.1" | ||
}, | ||
"devDependencies": { | ||
"@es-shims/api": "^2.2.3", | ||
"@ljharb/eslint-config": "^21.0.0", | ||
"aud": "^2.0.1", | ||
"@es-shims/api": "^2.4.2", | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"aud": "^2.0.3", | ||
"auto-changelog": "^2.4.0", | ||
@@ -61,3 +61,3 @@ "eslint": "=8.8.0", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.6.1" | ||
"tape": "^5.6.6" | ||
}, | ||
@@ -64,0 +64,0 @@ "testling": { |
17249
2.84%Updated
Updated