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

emoji-picker-element

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-picker-element - npm Package Compare versions

Comparing version 1.22.1 to 1.22.2

3

database.js

@@ -231,3 +231,3 @@ function assertNonEmptyString (str) {

...(shortcodes || []).map(extractTokens).flat(),
...tags.map(extractTokens).flat(),
...(tags || []).map(extractTokens).flat(),
...extractTokens(annotation),

@@ -719,3 +719,2 @@ emoticon

'order',
'tags',
'version'

@@ -722,0 +721,0 @@ ];

{
"name": "emoji-picker-element",
"version": "1.22.1",
"version": "1.22.2",
"description": "Lightweight emoji picker distributed as a web component",

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

@@ -6,3 +6,2 @@ const requiredKeys = [

'order',
'tags',
'version'

@@ -21,3 +20,3 @@ ];

const optionalKeys = ['skins', 'emoticon', 'shortcodes'];
const optionalKeys = ['skins', 'emoticon', 'shortcodes', 'tags'];
const allKeys = [...requiredKeys, ...optionalKeys];

@@ -24,0 +23,0 @@

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