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

string.prototype.replaceall

Package Overview
Dependencies
Maintainers
2
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.1 to 1.0.2

6

CHANGELOG.md

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

## [v1.0.2](https://github.com/ljharb/String.prototype.replaceAll/compare/v1.0.1...v1.0.2) - 2019-10-31
### Fixed
- [Deps] add missing `define-properties` [`#2`](https://github.com/ljharb/String.prototype.replaceAll/issues/2)
## [v1.0.1](https://github.com/ljharb/String.prototype.replaceAll/compare/v1.0.0...v1.0.1) - 2019-10-26

@@ -12,0 +18,0 @@

3

package.json
{
"name": "string.prototype.replaceall",
"version": "1.0.1",
"version": "1.0.2",
"description": "Spec-compliant polyfill for String.prototype.replaceAll ESnext proposal",

@@ -51,2 +51,3 @@ "main": "index.js",

"dependencies": {
"define-properties": "^1.1.3",
"es-abstract": "^1.16.0",

@@ -53,0 +54,0 @@ "function-bind": "^1.1.1",

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