Socket
Socket
Sign inDemoInstall

react-emoji-picker

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-emoji-picker - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

5

index.jsx

@@ -85,3 +85,6 @@ "use strict";

emojis: function() {
var query = (this.props.query || '').replace(/:/g, '').replace(/([\+\-])/g, "\\$&");
var query = (this.props.query || '').
replace(/:/g, '').
replace(/([\+\-])/g, "\\$&").
toLowerCase();
var category = this.state.category;

@@ -88,0 +91,0 @@

2

package.json
{
"name": "react-emoji-picker",
"version": "1.0.11",
"version": "1.0.12",
"description": "A React component providing a visual emoji picker, similar to Slack's",

@@ -5,0 +5,0 @@ "repository": "https://github.com/chadoh/react-emoji-picker",

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