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

react-highlight-words

Package Overview
Dependencies
Maintainers
3
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.16.0 to 0.17.0

0

dist/main.js

@@ -0,0 +0,0 @@ module.exports =

@@ -0,0 +0,0 @@ (function webpackUniversalModuleDefinition(root, factory) {

4

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

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

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

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

| 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` |
| activeIndex | Number | | Specify the match index that should be actively highlighted. Use along with `activeClassName` |
| activeStyle | Object | | The inline style to be applied to an active match. Use along with `activeIndex` |

@@ -41,0 +41,0 @@ | autoEscape | Boolean | | Escape characters in `searchWords` which are meaningful in regular expressions |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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