string-matches
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "string-matches", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Retrieves all the matches of a regex in a string.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -27,3 +27,3 @@ # stringMatches | ||
- [string-replace-all](https://github.com/fabiospampinato/string-replace-all) - Replaces all the occurrencies of a string into a string with another string. | ||
- [string-replace-all](https://github.com/fabiospampinato/string-replace-all) - Replaces all the occurrences of a string into a string with another string. | ||
@@ -30,0 +30,0 @@ ## License |
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
8999