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

gemoji

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemoji - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

2

index.js

@@ -19,3 +19,3 @@ 'use strict';

var length = names.length;
var index = 0; /* first must be skipped. */
var index = 0; /* First must be skipped. */

@@ -22,0 +22,0 @@ /* Add the main `name` and the emoji. */

{
"name": "gemoji",
"version": "4.1.0",
"version": "4.2.0",
"description": "GitHub emoji: gemoji",

@@ -29,19 +29,19 @@ "license": "MIT",

"esmangle": "^1.0.0",
"markdown-table": "^1.0.0",
"mdast-zone": "^3.0.0",
"nyc": "^10.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^2.0.0",
"remark-lint-table-pipe-alignment": "^1.0.0",
"remark-preset-wooorm": "^3.0.0",
"request": "^2.75.0",
"string-width": "^2.0.0",
"tape": "^4.6.0",
"xo": "^0.17.1"
"unist-builder": "^1.0.2",
"xo": "^0.18.2"
},
"scripts": {
"build-md": "remark readme.md -qfo",
"build-md": "remark . -qfo",
"build-crawl": "node script/crawl-data",
"build-data": "node script/build-data",
"build-support": "node script/build-support",
"build-bundle": "browserify index.js --bare -s gemoji > gemoji.js",
"build-mangle": "esmangle gemoji.js > gemoji.min.js",
"build": "npm run build-crawl && npm run build-data && npm run build-support && npm run build-md && npm run build-bundle && npm run build-mangle",
"build": "npm run build-crawl && npm run build-data && npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",

@@ -60,2 +60,3 @@ "test-api": "node test",

"space": true,
"esnext": false,
"rules": {

@@ -69,4 +70,14 @@ "guard-for-in": "off"

"remarkConfig": {
"plugins": ["preset-wooorm"]
"settings": {
"paddedTable": false
},
"plugins": [
"preset-wooorm",
[
"remark-lint-table-pipe-alignment",
false
],
"./script/build-support"
]
}
}
# gemoji [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
GitHub emoji: gemoji. Information on emoji such as description, names,
Gemoji (**G**itHub **Emoji**) maps Gemoji short-codes and unicode emoji to
objects containing info on their respective category, description, names,
and tags.

@@ -80,2 +81,15 @@

## Related
* [`emoji-emotion`](https://github.com/wooorm/emoji-emotion)
— List of emoji rated for valence
* [`emoticon`](https://github.com/wooorm/emoticon)
— Info on ASCII emoticons
* [`strip-skin-tone`](https://github.com/wooorm/strip-skin-tone)
— Strip skin-tones from emoji
## Disclaimer
`wooorm/gemoji` is not affiliated with **GitHub**.
## License

@@ -82,0 +96,0 @@

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