🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

string.prototype.padstart

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string.prototype.padstart - npm Package Compare versions

Comparing version

to
3.1.6

8

CHANGELOG.md

@@ -8,2 +8,10 @@ # Changelog

## [v3.1.6](https://github.com/es-shims/String.prototype.padStart/compare/v3.1.5...v3.1.6) - 2024-03-16
### Commits
- [Refactor] update `es-abstract`; use `es-object-atoms` [`a3025f1`](https://github.com/es-shims/String.prototype.padStart/commit/a3025f14f75c25d7e2047c61374c1a75c31a345a)
- [Dev Deps] update `aud`, `npmignore`, `tape` [`421d652`](https://github.com/es-shims/String.prototype.padStart/commit/421d65225ab1889f74d88d7c4b2805cc90869b5a)
- [Deps] update `call-bind`, `define-properties` [`b70498f`](https://github.com/es-shims/String.prototype.padStart/commit/b70498ff8bbebc20bc74b81bda90eb6a86e0c861)
## [v3.1.5](https://github.com/es-shims/String.prototype.padStart/compare/v3.1.4...v3.1.5) - 2023-08-29

@@ -10,0 +18,0 @@

6

implementation.js
'use strict';
var ToLength = require('es-abstract/2023/ToLength');
var ToString = require('es-abstract/2023/ToString');
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible');
var ToLength = require('es-abstract/2024/ToLength');
var ToString = require('es-abstract/2024/ToString');
var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible');

@@ -7,0 +7,0 @@ var callBound = require('call-bind/callBound');

'use strict';
var define = require('define-properties');
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible');
var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible');
var callBind = require('call-bind');

@@ -6,0 +6,0 @@

{
"name": "string.prototype.padstart",
"version": "3.1.5",
"version": "3.1.6",
"author": "Jordan Harband <ljharb@gmail.com>",

@@ -44,5 +44,6 @@ "funding": {

"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1"
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.0",
"es-object-atoms": "^1.0.0"
},

@@ -52,3 +53,3 @@ "devDependencies": {

"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",

@@ -59,6 +60,6 @@ "eslint": "=8.8.0",

"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.6.6"
"tape": "^5.7.5"
},

@@ -65,0 +66,0 @@ "testling": {