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

react-highlight-words

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-highlight-words - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

4

package.json
{
"name": "react-highlight-words",
"version": "0.8.0",
"version": "0.8.1",
"description": "React component to highlight words within a larger body of text",

@@ -102,4 +102,4 @@ "main": "dist/main.js",

"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0-0"
}
}

@@ -27,5 +27,5 @@ <img src="https://cloud.githubusercontent.com/assets/29597/11913937/0d2dcd78-a629-11e5-83e7-6a17b6d765a5.png" width="260" height="260">

|:---|:---|:---:|:---|
| autoEscape | Boolean | | Escape characters which are meaningful in regular expressions |
| activeClassName | String | | The class name to be applied to an active match. Use along with `activeIndex` |
| activeIndex | String | | Specify the match index that should be actively highlighted. Use along with `activeClassName` |
| autoEscape | Boolean | | Escape characters which are meaningful in regular expressions |
| className | String | | CSS class name applied to the outer/wrapper `<span>` |

@@ -32,0 +32,0 @@ | highlightClassName | String | | CSS class name applied to highlighted text |

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