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.0.0 to 3.1.0

1

index.json

@@ -358,2 +358,3 @@ [

"joy",
"laugh",
"pleased"

@@ -360,0 +361,0 @@ ],

29

package.json
{
"name": "emoticon",
"version": "3.0.0",
"version": "3.1.0",
"description": "Info on ASCII emoticons",

@@ -26,15 +26,15 @@ "license": "MIT",

"devDependencies": {
"browserify": "^13.0.0",
"browserify": "^14.0.0",
"esmangle": "^1.0.0",
"gemoji": "^3.0.0",
"gemoji": "^4.0.0",
"has": "^1.0.1",
"markdown-table": "^1.0.0",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"string-width": "^1.0.2",
"remark-cli": "^3.0.0",
"remark-lint-table-pipe-alignment": "^1.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.6.0",
"xo": "^0.17.0"
"xo": "^0.18.0"
},
"scripts": {
"build-md": "remark readme.md --quiet --frail",
"build-md": "remark . -qfo",
"build-data": "node script/build-data",

@@ -51,2 +51,3 @@ "build-support": "node script/build-support",

"space": true,
"esnext": false,
"ignores": [

@@ -57,5 +58,13 @@ "emoticon.js"

"remarkConfig": {
"output": true,
"presets": "wooorm"
"settings": {
"paddedTable": false
},
"plugins": [
"preset-wooorm",
[
"lint-table-pipe-alignment",
false
]
]
}
}
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