New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

emoticon

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoticon - npm Package Compare versions

Comparing version 3.2.0 to 4.0.0

index.d.ts

69

package.json
{
"name": "emoticon",
"version": "3.2.0",
"version": "4.0.0",
"description": "Info on ASCII emoticons",

@@ -25,26 +25,32 @@ "license": "MIT",

],
"main": "index.json",
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.json"
"index.d.ts",
"index.js"
],
"devDependencies": {
"browserify": "^16.0.0",
"gemoji": "^5.0.0",
"markdown-table": "^2.0.0",
"remark-cli": "^7.0.0",
"remark-lint-table-pipe-alignment": "^1.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"xo": "^0.25.0"
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"gemoji": "^7.0.0",
"markdown-table": "^3.0.0",
"prettier": "^2.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.38.0"
},
"scripts": {
"generate": "node script/build-data",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-support": "node script/build-support",
"build-bundle": "browserify index.json -s emoticon -o emoticon.js",
"build-mangle": "browserify index.json -s emoticon -p tinyify -o emoticon.min.js",
"build": "npm run build-support && npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test": "npm run generate && npm run format && npm run build && npm run test-api"
"prepack": "npm run build && npm run format",
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
"generate": "node script/build-data && node script/build-support",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"test-api": "node test.js",
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js",
"test": "npm run generate && npm run build && npm run format && npm run test-coverage"
},

@@ -61,14 +67,18 @@ "prettier": {

"prettier": true,
"esnext": false,
"ignore": [
"emotion.js"
]
"rules": {
"import/no-mutable-exports": "off",
"no-var": "off",
"prefer-arrow-callback": "off"
}
},
"remarkConfig": {
"settings": {
"paddedTable": false
},
"plugins": [
"preset-wooorm",
[
"gfm",
{
"tablePipeAlign": false
}
],
[
"lint-table-pipe-alignment",

@@ -78,3 +88,8 @@ false

]
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true
}
}
# emoticon
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]

@@ -11,2 +12,5 @@ [![Size][size-badge]][size]

This package is ESM only: Node 12+ is needed to use it and it must be `import`ed
instead of `require`d.
[npm][]:

@@ -21,3 +25,3 @@

```js
var emoticon = require('emoticon')
import {emoticon} from 'emoticon'

@@ -60,2 +64,9 @@ console.log(emoticon.slice(0, 3))

## API
This package exports the following identifiers: `emoticon`.
There is no default export.
See use above for an example.
## Support

@@ -71,6 +82,10 @@

[build-badge]: https://img.shields.io/travis/wooorm/emoticon.svg
[build-badge]: https://github.com/wooorm/emoticon/workflows/main/badge.svg
[build]: https://travis-ci.org/wooorm/emoticon
[build]: https://github.com/wooorm/emoticon/actions
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/emoticon.svg
[coverage]: https://codecov.io/github/wooorm/emoticon
[downloads-badge]: https://img.shields.io/npm/dm/emoticon.svg

@@ -77,0 +92,0 @@

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