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

unicode-emoji-utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicode-emoji-utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

dist/index.d.ts

@@ -19,2 +19,3 @@ declare type Maybe<T> = T | undefined | null;

declare function getAllEmojis(emojis?: Array<Emoji>): string[];
declare function compareVersion(a: EmojiVersion, b: EmojiVersion, exact?: boolean): boolean;
declare function getEmojis(version: EmojiVersion, exact?: boolean, emoijs?: Array<Emoji>): Emoji[];

@@ -28,2 +29,2 @@ declare function getEmojisByGroup(group: Group, emojis?: Array<Emoji>): Map<string, Emoji[]>;

export { Emoji, EmojiVersion, extractEmojis, getAllComponents, getAllEmojis, getEmojiRegex, getEmojis, getEmojisByGroup, hasEmoji, stripEmojies };
export { Emoji, EmojiVersion, compareVersion, extractEmojis, getAllComponents, getAllEmojis, getEmojiRegex, getEmojis, getEmojisByGroup, hasEmoji, stripEmojies };
{
"devDependencies": {
"@types/jest": "^29.2.2",
"@types/node": "^18.11.5",

@@ -19,3 +20,3 @@ "@typescript-eslint/eslint-plugin": "^5.0.0",

"description": "A collection of utilities for emojis",
"version": "1.0.0",
"version": "1.0.1",
"sideEffects": false,

@@ -22,0 +23,0 @@ "main": "dist/index.js",

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

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