New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.1 to 3.0.0

index.json

19

index.js

@@ -1,19 +0,8 @@

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @license MIT
* @module gemoji
* @fileoverview GitHub emoji: gemoji.
*/
'use strict';
/* Dependencies. */
var data = require('./data/gemoji.json');
var data = require('./index.json');
/* Expose. */
exports.unicode = data;
exports.name = {};
/* Transform all emoji. */
var emoji;

@@ -25,7 +14,3 @@

/**
* Transform an emoji.
*
* @param {string} character - Unicode emoji to extend.
*/
/* Transform an emoji. */
function enhance(character) {

@@ -32,0 +17,0 @@ var information = data[character];

{
"name": "gemoji",
"version": "2.0.1",
"version": "3.0.0",
"description": "GitHub emoji: gemoji",

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

"index.js",
"data/gemoji.json"
"index.json"
],

@@ -31,9 +31,9 @@ "devDependencies": {

"markdown-table": "^1.0.0",
"nyc": "^8.3.0",
"nyc": "^10.0.0",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"request": "^2.75.0",
"string-width": "^1.0.1",
"string-width": "^2.0.0",
"tape": "^4.6.0",
"xo": "^0.16.0"
"xo": "^0.17.1"
},

@@ -40,0 +40,0 @@ "scripts": {

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