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

habitica-markdown-emoji

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

habitica-markdown-emoji - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

lib/shortcuts.js

@@ -10,5 +10,11 @@ 'use strict';

Object.keys(set).forEach(function addKey (key) {
var emojis = set[key];
shortcuts[key] = shortcuts[key] || [];
shortcuts[key] = shortcuts[key].concat(set[key]);
if (typeof emojis === 'string') {
emojis = [emojis];
}
shortcuts[key].push.apply(shortcuts[key], emojis); // eslint-disable-line prefer-spread
});

@@ -15,0 +21,0 @@ }

2

package.json
{
"name": "habitica-markdown-emoji",
"version": "1.1.0",
"version": "1.1.1",
"description": "Emoji set for Habitica.",

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

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