New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-plugin-emoji-android

Package Overview
Dependencies
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-emoji-android - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

emoji.js

@@ -15,5 +15,3 @@ const path = require('path');

let category = e.category.toLowerCase();
if (category === 'skin tones') { category = 'modifier'; }
else if (category === 'foods') { category = 'food'; }
else if (category === 'places') { category = 'travel'; }
if (category === 'skin tones') { category = 'modifier'; } else if (category === 'foods') { category = 'food'; } else if (category === 'places') { category = 'travel'; }

@@ -20,0 +18,0 @@ return [name, {

{
"name": "nodebb-plugin-emoji-android",
"version": "2.0.0",
"version": "2.0.1",
"description": "The Android blob emoji-set for NodeBB (requires nodebb-plugin-emoji)",

@@ -11,5 +11,6 @@ "main": "emoji.js",

"license": "MIT",
"homepage": "https://github.com/NodeBB/nodebb-plugin-emoji/tree/master/packs/android",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB-Community/nodebb-plugin-emoji-android.git"
"url": "https://github.com/NodeBB/nodebb-plugin-emoji.git"
},

@@ -28,3 +29,3 @@ "nbbpm": {

"peerDependencies": {
"nodebb-plugin-emoji": "^2.0.0"
"nodebb-plugin-emoji": "^3.4.2"
},

@@ -31,0 +32,0 @@ "dependencies": {

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