You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

string-replace-async

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-replace-async - npm Package Compare versions

Comparing version

to
3.0.2

2

index.d.ts

@@ -25,2 +25,2 @@ /**

export = replaceAsync;
export default replaceAsync;
{
"name": "string-replace-async",
"version": "3.0.1",
"version": "3.0.2",
"description": "Asynchronous String.prototype.replace()",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -102,3 +102,3 @@ # string-replace-async

Previously this module had aditional menhod `seq()` that ran `replace` functions one by one instead of all at once. We decided to remove it to narrow our scope. Here's a snippet that achieves the same effect:
Previously this module had an additional function `seq()` that ran `replace` functions one by one instead of all at once. We decided to remove it to narrow our scope. Here's a snippet that achieves the same effect:

@@ -105,0 +105,0 @@ ```js