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

nlcst-emoji-modifier

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlcst-emoji-modifier - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

16

package.json
{
"name": "nlcst-emoji-modifier",
"version": "4.1.0",
"version": "4.1.1",
"description": "nlcst utility to support emoji",

@@ -32,3 +32,3 @@ "license": "MIT",

"emoji-regex": "^9.0.0",
"gemoji": "^5.0.0",
"gemoji": "^6.0.0",
"nlcst-to-string": "^2.0.0",

@@ -41,3 +41,2 @@ "unist-util-generated": "^1.0.0",

"browserify": "^16.0.0",
"esmangle": "^1.0.0",
"is-hidden": "^1.0.0",

@@ -51,10 +50,11 @@ "negate": "^1.0.0",

"tape": "^5.0.0",
"tinyify": "^3.0.0",
"unist-builder": "^2.0.0",
"unist-util-remove-position": "^2.0.0",
"xo": "^0.32.0"
"unist-util-remove-position": "^3.0.0",
"xo": "^0.33.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify index.js --bare -s nlcstEmojiModifier > nlcst-emoji-modifier.js",
"build-mangle": "esmangle < nlcst-emoji-modifier.js > nlcst-emoji-modifier.min.js",
"format": "remark . -qfo && prettier . --write && xo --fix",
"build-bundle": "browserify . -s nlcstEmojiModifier > nlcst-emoji-modifier.js",
"build-mangle": "browserify . -s nlcstEmojiModifier -p tinyify -o nlcst-emoji-modifier.min.js",
"build": "npm run build-bundle && npm run build-mangle",

@@ -61,0 +61,0 @@ "test-api": "node test",

@@ -118,5 +118,5 @@ # nlcst-emoji-modifier

[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
[chat]: https://spectrum.chat/unified/syntax-tree
[chat]: https://github.com/syntax-tree/unist/discussions

@@ -129,7 +129,7 @@ [npm]: https://docs.npmjs.com/cli/install

[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md
[contributing]: https://github.com/syntax-tree/.github/blob/HEAD/contributing.md
[support]: https://github.com/syntax-tree/.github/blob/master/support.md
[support]: https://github.com/syntax-tree/.github/blob/HEAD/support.md
[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md
[coc]: https://github.com/syntax-tree/.github/blob/HEAD/code-of-conduct.md

@@ -136,0 +136,0 @@ [retext-emoji]: https://github.com/syntax-tree/retext-emoji

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