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 0.2.0 to 0.2.1

25

package.json
{
"name": "gemoji",
"version": "0.2.0",
"description": "Information regarding (GitHub) emoji: gemoji",
"version": "0.2.1",
"description": "GitHub emoji: gemoji",
"license": "MIT",

@@ -22,6 +22,6 @@ "keywords": [

"devDependencies": {
"eslint": "^0.9.0",
"eslint": "^0.10.0",
"istanbul": "^0.3.0",
"jscs": "^1.7.0",
"markdown-table": "0.0.1",
"jscs": "^1.0.0",
"markdown-table": "0.1.0",
"mocha": "^2.0.0"

@@ -32,14 +32,15 @@ },

"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports test.js",
"lint": "npm run-script lint-api && npm run-script lint-test && npm run-script lint-style",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test.js",
"lint": "npm run lint-api && npm run lint-test && npm run lint-style",
"lint-api": "node_modules/.bin/eslint index.js",
"lint-test": "node_modules/.bin/eslint test.js --env mocha",
"lint-script": "node_modules/.bin/eslint script/build-data.js script/build-supported-gemoji.js",
"lint-style": "node_modules/.bin/jscs index.js script/build-data.js script/build-supported-gemoji.js test.js --reporter=inline",
"lint-script": "node_modules/.bin/eslint script/build-data.js script/build-support.js",
"lint-style": "node_modules/.bin/jscs index.js script/build-data.js script/build-support.js test.js --reporter=inline",
"make": "npm run lint && npm run coverage && npm run build-support",
"scrape-data": "curl --connect-timeout 5 --max-time 10 -H 'Accept: application/vnd.github.v3.raw' -L https://api.github.com/repos/github/gemoji/contents/db/emoji.json -o data/emoji.json || exit 0",
"build-data": "node script/build-data.js",
"build-supported-gemoji": "node script/build-supported-gemoji.js",
"prepublish": "npm run scrape-data && npm run build-data && npm run build-supported-gemoji",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test.js",
"make": "npm run-script lint && npm run-script coverage && npm run build-supported-gemoji"
"build-support": "node script/build-support.js",
"build": "npm run scrape-data && npm run build-data && npm run build-support",
"prepublish": "npm run build"
}
}
# gemoji [![Build Status](https://img.shields.io/travis/wooorm/gemoji.svg?style=flat)](https://travis-ci.org/wooorm/gemoji) [![Coverage Status](https://img.shields.io/coveralls/wooorm/gemoji.svg?style=flat)](https://coveralls.io/r/wooorm/gemoji?branch=master)
Accessible information regarding (GitHub) emoji: gemoji.
GitHub emoji: gemoji.

@@ -80,3 +80,3 @@ ## Installation

See [Supported-Gemoji.md](Supported-Gemoji.md).
See [Support.md](Support.md).

@@ -92,2 +92,2 @@ ## Data

MIT © Titus Wormer
MIT © [Titus Wormer](http://wooorm.com)
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