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

interweave-emoji

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interweave-emoji - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## 4.1.0 - 2019-05-09
#### 🚀 Updates
- `withEmojiData` version now defaults to the Emojibase `package.json` version instead of `latest`.
This change has been made as Emojibase v3 has been released, which supports Emoji/Unicode v12, but
most systems do not support this specification yet, so we want to lock to the latest Emojibase v2
version.
### 4.0.1 - 2019-05-06

@@ -2,0 +11,0 @@

7

esm/withEmojiData.js

@@ -25,2 +25,5 @@ import _pt from "prop-types";

}
var EMOJIBASE_LATEST_VERSION = require('emojibase/package.json').version;
export default function withEmojiData(options) {

@@ -60,3 +63,3 @@ if (options === void 0) {

locale: 'en',
version: 'latest'
version: EMOJIBASE_LATEST_VERSION
}

@@ -172,3 +175,3 @@ });

locale: 'en',
version: 'latest'
version: EMOJIBASE_LATEST_VERSION
});

@@ -175,0 +178,0 @@

@@ -39,2 +39,4 @@ "use strict";

var EMOJIBASE_LATEST_VERSION = require('emojibase/package.json').version;
function withEmojiData(options) {

@@ -74,3 +76,3 @@ if (options === void 0) {

locale: 'en',
version: 'latest'
version: EMOJIBASE_LATEST_VERSION
}

@@ -186,3 +188,3 @@ });

locale: 'en',
version: 'latest'
version: EMOJIBASE_LATEST_VERSION
});

@@ -189,0 +191,0 @@

{
"name": "interweave-emoji",
"version": "4.0.1",
"version": "4.1.0",
"description": "Emoji support for Interweave.",

@@ -37,3 +37,3 @@ "keywords": [

},
"gitHead": "b31e209fd006a3d3f56deeddf4ab435aa23e1272"
"gitHead": "df47df841c38fc7eb1c1838e2798f8335919519f"
}

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