emoji-utils
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"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 | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
99328
8
40
1
19
0
1
5
+ Addedemoji-regex@6.4.2
+ Addedemoji-regex@6.4.2(transitive)