string.prototype.replaceall
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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 @@ |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25682
5
+ Addeddefine-properties@^1.1.3