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

emoji-utils

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-utils - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.babelrc

22

package.json
{
"name": "emoji-utils",
"version": "0.1.0",
"version": "1.0.0",
"description": "Utilities for parsing and dealing with emoji strings",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "jest",
"clean": "rm -rf lib",
"build": "npm run clean && babel src --out-dir lib --ignore src/__tests__",
"prepublish": "npm run build"
},
"repository": "https://github.com/cribspot/emoji-utils",
"author": "Kevin Cooper <kevin@cribspot.com>",
"license": "MIT"
"license": "MIT",
"dependencies": {
"emoji-regex": "6.4.2"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-preset-env": "1.3.3",
"jest": "19.0.2",
"lodash.forown": "4.4.0",
"node-emoji": "1.5.1"
}
}
# emoji-utils
Utilities for parsing and dealing with emoji strings
Some utilities for parsing and dealing with emoji strings.
## Usage
```js
emojiUtils.isPureEmojiString('😎 🌵') === true
emojiUtils.isPureEmojiString('Some text 😉') === false
```
## Installation
```bash
yarn add emoji-utils
# or
npm install emoji-utils
```
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