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

emoji-datasource

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-datasource - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

sheet_apple_16.png

13

CHANGES.md
# Change Log
## 2017-11-17 : v4.0.0
* Updated to Unicode 10 / Emoji 5
* Changed the unified codepoints to prefer the fully qualified version (with `-FE0F`), including the non-qualified version as an optional property
* Correctly handle skin-variation codepoints that have been obsoleted
* Added gaps between images in spritesheets to avoid bleed when displaying them zoomed - a 1px border around each image at all sizes
* Added real names for flags
* Added obsolete information for skin variations
* For obsolete emoji missing images, the sheets now use the image of the emoji it was obsoleted by
* Corrected softbank codepoints
* Better formating of `table.htm` to show which images are available
## 2017-05-08 : v3.0.0

@@ -4,0 +17,0 @@

32

package.json
{
"name": "emoji-datasource",
"version": "3.0.0",
"version": "4.0.0",
"description": "Emoji data and images",

@@ -15,2 +15,32 @@ "main": "emoji.json",

"license": "MIT",
"files": [
"LICENSE",
"README.md",
"emoji.json",
"emoji_pretty.json",
"sheet_apple_16.png",
"sheet_apple_20.png",
"sheet_apple_32.png",
"sheet_apple_64.png",
"sheet_emojione_16.png",
"sheet_emojione_20.png",
"sheet_emojione_32.png",
"sheet_emojione_64.png",
"sheet_google_16.png",
"sheet_google_20.png",
"sheet_google_32.png",
"sheet_google_64.png",
"sheet_facebook_16.png",
"sheet_facebook_20.png",
"sheet_facebook_32.png",
"sheet_facebook_64.png",
"sheet_messenger_16.png",
"sheet_messenger_20.png",
"sheet_messenger_32.png",
"sheet_messenger_64.png",
"sheet_twitter_16.png",
"sheet_twitter_20.png",
"sheet_twitter_32.png",
"sheet_twitter_64.png"
],
"bugs": {

@@ -17,0 +47,0 @@ "url": "https://github.com/iamcal/emoji-data/issues"

21

README.md

@@ -33,6 +33,4 @@ This project provides easy-to-parse data about emoji, along with a spritesheet-style

"name": "WHITE UP POINTING INDEX",
"unified": "261D",
"variations": [
"261D-FE0F"
],
"unified": "261D-FE0F",
"non_qualified": "261D",
"docomo": null,

@@ -87,4 +85,7 @@ "au": "E4F6",

needs 2 or more codepoints, they are specified like `1F1EA-1F1F8`.
* `variations` - An array of commonly used codepoint variations.
* `docomo`, `au`, `softbank`, `google` - The Unicode codepoints used
For emoji that need to specifiy a variation selector (`-FE0F`), that
is included here.
* `non_qualified` - For emoji that also have usage without a variation
selector, that version is included here (otherwise is `null`).
* `docomo`, `au`, `softbank`, `google` - The legacy Unicode codepoints used
by various mobile vendors.

@@ -117,7 +118,7 @@ * `image` - The name of the image file.

* Apple Emoji: Copyright © Apple Inc. - macOS 10.12 (Sierra)
* Android Emoji: Copyright © [The Android Open Source Project](https://s3-eu-west-1.amazonaws.com/tw-font/android/NOTICE) - 2b65d03 / 2017-04-10
* Twitter Emoji: Copyright © Twitter, Inc. - v2.2.5 2017-02-20
* Apple Emoji: Copyright © Apple Inc. - macOS 10.13 (High Sierra)
* Android Emoji: Copyright © [The Android Open Source Project](https://s3-eu-west-1.amazonaws.com/tw-font/android/NOTICE) - 11275b5 / 2017-10-30
* Twitter Emoji: Copyright © Twitter, Inc. - v2.3.1 2017-10-31
* Emoji One Emoji: Copyright © [Ranks.com Inc.](http://www.emojione.com/developers) - v2.2.7 2016-12-02
* Facebook/Messenger Emoji: Copyright © Facebook, Inc. - v7
* Facebook/Messenger Emoji: Copyright © Facebook, Inc. - v7, fetched 2017-11-15

@@ -124,0 +125,0 @@

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

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

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