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

string.prototype.padstart

Package Overview
Dependencies
Maintainers
0
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.7

12

CHANGELOG.md

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

## [v3.1.7](https://github.com/es-shims/String.prototype.padStart/compare/v3.1.6...v3.1.7) - 2025-03-13
### Commits
- [actions] use reusable workflows [`ae59509`](https://github.com/es-shims/String.prototype.padStart/commit/ae59509d83c62385e25627e8b3bb98a88dd59c23)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `has-strict-mode`, `tape` [`42bb53b`](https://github.com/es-shims/String.prototype.padStart/commit/42bb53b4bd2152aadfa57969b16c0f2632698545)
- [Deps] update `call-bind`, `es-abstract`, `es-object-atoms` [`76ef765`](https://github.com/es-shims/String.prototype.padStart/commit/76ef765665b39eb1bfc013f081489d0831529c8d)
- [Refactor] use `call-bound` directly [`8d2e2ae`](https://github.com/es-shims/String.prototype.padStart/commit/8d2e2ae6587efe2dffa95d8632e5b5c408837f33)
- [Tests] replace `aud` with `npm audit` [`e3270b6`](https://github.com/es-shims/String.prototype.padStart/commit/e3270b6ea48bb0c726a14f38fd1fa3f40b14a889)
- [Deps] update `es-abstract` [`002c22f`](https://github.com/es-shims/String.prototype.padStart/commit/002c22fb1af96651b64c5a5d9f5be110b123d91f)
- [Dev Deps] add missing peer dep [`f9efe37`](https://github.com/es-shims/String.prototype.padStart/commit/f9efe3716254bd2f06909fc43c4823cbed89f788)
## [v3.1.6](https://github.com/es-shims/String.prototype.padStart/compare/v3.1.5...v3.1.6) - 2024-03-16

@@ -10,0 +22,0 @@

2

implementation.js

@@ -7,3 +7,3 @@ 'use strict';

var callBound = require('call-bind/callBound');
var callBound = require('call-bound');
var $slice = callBound('String.prototype.slice');

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

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

@@ -17,3 +17,3 @@ "funding": {

"test": "npm run tests-only",
"posttest": "aud --production",
"posttest": "npx npm@\">= 10.2\" audit --production",
"tests-only": "nyc tape 'test/**/*.js'",

@@ -45,15 +45,16 @@ "lint": "eslint --ext=js,mjs .",

"dependencies": {
"call-bind": "^1.0.7",
"call-bind": "^1.0.8",
"call-bound": "^1.0.4",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.0",
"es-object-atoms": "^1.0.0"
"es-abstract": "^1.23.9",
"es-object-atoms": "^1.1.1"
},
"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",
"functions-have-names": "^1.2.3",
"has-strict-mode": "^1.0.1",
"has-strict-mode": "^1.1.0",
"in-publish": "^2.0.1",

@@ -63,3 +64,3 @@ "npmignore": "^0.3.1",

"safe-publish-latest": "^2.0.0",
"tape": "^5.7.5"
"tape": "^5.9.0"
},

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