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

react-string-replace-recursively

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-string-replace-recursively - npm Package Compare versions

Comparing version 0.1.27 to 0.2.0

LICENSE

2

package.json
{
"name": "react-string-replace-recursively",
"version": "0.1.27",
"version": "0.2.0",
"description": "replace strings that match a particular pattern with a React Component, recursively",

@@ -5,0 +5,0 @@ "main": "index.js",

# React String Replace Recursively
[![npm](https://img.shields.io/npm/dt/react-string-replace-recursively.svg?maxAge=2592000)]()
[![npm](https://img.shields.io/npm/dm/react-string-replace-recursively.svg?maxAge=2592000)]()
## Installation

@@ -14,3 +16,4 @@ `npm install react-string-replace-recursively --save`

matcherFn: function (rawText, processed, key) {
return <Link key={key} to={"tags/" + rawText}>{processed}</Link>
return <Link key={key} to={"tags/" + rawText}>{processed}</Link>;
}
},

@@ -20,3 +23,3 @@ 'searchTerm': {

matcherFn: function (rawText, processed, key) {
return <span key={key} className='search-term-match'>{processed}</span>
return <span key={key} className='search-term-match'>{processed}</span>;
}

@@ -131,2 +134,2 @@ }

...
```
```
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