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.26 to 0.1.27

2

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

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

@@ -17,3 +17,2 @@ const omit = require('lodash.omit')

if (patternIds.length === 0) {

@@ -24,3 +23,2 @@ return [inputText]

const headValue = remnantConfig[headId]
const tail = omit(remnantConfig, headId)

@@ -38,3 +36,2 @@

const matcherTail = omit(tail, toIgnore)
const newRowKey = createNewRowKey(i)

@@ -41,0 +38,0 @@ const recursiveCall = patternReplacer(newText, matcherTail, newRowKey)

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