Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

string.prototype.replaceall

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string.prototype.replaceall - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

8

CHANGELOG.md

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

## [v1.0.8](https://github.com/es-shims/String.prototype.replaceAll/compare/v1.0.7...v1.0.8) - 2023-09-03
### Commits
- [Deps] update `define-properties`, `es-abstract`, `get-intrinsic` [`23e1d04`](https://github.com/es-shims/String.prototype.replaceAll/commit/23e1d04429bbca36ae41050fdd4b8a188b9b9e1e)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `es6-shim`, `tape` [`5ee9858`](https://github.com/es-shims/String.prototype.replaceAll/commit/5ee9858c60e0f354a70aebfd30013ac5dcac0da6)
- [meta] fix `npmignore` integration [`4e1e8a0`](https://github.com/es-shims/String.prototype.replaceAll/commit/4e1e8a0d4c844c24a31e5c4efbd381cddcfe4846)
## [v1.0.7](https://github.com/es-shims/String.prototype.replaceAll/compare/v1.0.6...v1.0.7) - 2022-11-07

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

16

implementation.js
'use strict';
var Call = require('es-abstract/2022/Call');
var GetMethod = require('es-abstract/2022/GetMethod');
var GetSubstitution = require('es-abstract/2022/GetSubstitution');
var IsCallable = require('es-abstract/2022/IsCallable');
var RequireObjectCoercible = require('es-abstract/2022/RequireObjectCoercible');
var ToString = require('es-abstract/2022/ToString');
var StringIndexOf = require('es-abstract/2022/StringIndexOf');
var Type = require('es-abstract/2022/Type');
var Call = require('es-abstract/2023/Call');
var GetMethod = require('es-abstract/2023/GetMethod');
var GetSubstitution = require('es-abstract/2023/GetSubstitution');
var IsCallable = require('es-abstract/2023/IsCallable');
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible');
var ToString = require('es-abstract/2023/ToString');
var StringIndexOf = require('es-abstract/2023/StringIndexOf');
var Type = require('es-abstract/2023/Type');
var GetIntrinsic = require('get-intrinsic');

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

{
"name": "string.prototype.replaceall",
"version": "1.0.7",
"version": "1.0.8",
"description": "Spec-compliant polyfill for String.prototype.replaceAll ESnext proposal",
"main": "index.js",
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",

@@ -44,8 +45,8 @@ "prepublishOnly": "safe-publish-latest",

"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",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.6",
"es6-shim": "^0.35.8",
"eslint": "=8.8.0",

@@ -58,9 +59,9 @@ "evalmd": "^0.0.19",

"safe-publish-latest": "^2.0.0",
"tape": "^5.6.1"
"tape": "^5.6.6"
},
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4",
"get-intrinsic": "^1.1.3",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"get-intrinsic": "^1.2.1",
"has-symbols": "^1.0.3",

@@ -76,3 +77,8 @@ "is-regex": "^1.1.4"

"hideCredit": true
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc