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 6.0.0 to 6.0.1

src/constants.ts

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 6.0.1 - 2021-03-07
#### 🐞 Fixes
- Include source folder for source maps work correctly.
# 6.0.0 - 2021-01-18

@@ -2,0 +8,0 @@

4

dts/types.d.ts

@@ -15,3 +15,3 @@ import { Emoji, Emoticon, Hexcode, Locale, Shortcode, ShortcodePreset, Unicode } from 'emojibase';

export declare type Path = string | ((hexcode: Hexcode, config: PathConfig) => string);
export declare type Size = string | number;
export declare type Size = number | string;
export interface Source {

@@ -66,3 +66,3 @@ compact: boolean;

/** List of shortcode presets to load and join with the dataset. */
shortcodes?: (string | ShortcodePreset)[];
shortcodes?: (ShortcodePreset | string)[];
/** Throw errors that occurred during a fetch. Defaults to `true`. */

@@ -69,0 +69,0 @@ throwErrors?: boolean;

@@ -1,3 +0,5 @@

function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

@@ -4,0 +6,0 @@

@@ -5,4 +5,6 @@ // Generated with Packemon: https://packemon.dev

function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

@@ -9,0 +11,0 @@

{
"name": "interweave-emoji",
"version": "6.0.0",
"version": "6.0.1",
"description": "Emoji support for Interweave.",

@@ -14,2 +14,10 @@ "keywords": [

"types": "./dts/index.d.ts",
"files": [
"dts/**/*.d.ts",
"esm/**/*.{js,map}",
"lib/**/*.{js,map}",
"src/**/*.{ts,tsx,json}",
"test.d.ts",
"test.js"
],
"sideEffects": false,

@@ -49,3 +57,3 @@ "publishConfig": {

},
"gitHead": "a0f490151c458f78d389173da74e48b54504a52d"
"gitHead": "ad7f0faa34408104791cbef152dcecd0e57d3e85"
}

Sorry, the diff of this file is not supported yet

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