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.1.0 to 3.1.1

48

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

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

],
"repository": "https://github.com/wooorm/emoticon",
"repository": "wooorm/emoticon",
"bugs": "https://github.com/wooorm/emoticon/issues",

@@ -27,31 +27,22 @@ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",

"devDependencies": {
"browserify": "^14.0.0",
"browserify": "^16.0.0",
"esmangle": "^1.0.0",
"gemoji": "^4.0.0",
"has": "^1.0.1",
"markdown-table": "^1.0.0",
"remark-cli": "^3.0.0",
"remark-cli": "^5.0.0",
"remark-lint-table-pipe-alignment": "^1.0.0",
"remark-preset-wooorm": "^3.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.6.0",
"xo": "^0.18.0"
"xo": "^0.20.0"
},
"scripts": {
"build-md": "remark . -qfo",
"build-data": "node script/build-data",
"generate": "node script/build-data",
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-support": "node script/build-support",
"build-bundle": "browserify index.json --bare -s emoticon > emoticon.js",
"build-mangle": "esmangle emoticon.js > emoticon.min.js",
"build": "npm run build-data && npm run build-support && npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",
"build": "npm run build-support && npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test": "npm run build && npm run lint && npm run test-api"
"test": "npm run generate && npm run format && npm run build && npm run test-api"
},
"xo": {
"space": true,
"esnext": false,
"ignores": [
"emoticon.js"
]
},
"remarkConfig": {

@@ -68,3 +59,22 @@ "settings": {

]
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off"
},
"ignore": [
"emotion.js"
]
}
}

@@ -16,5 +16,5 @@ # emoticon [![Build Status][travis-badge]][travis]

```javascript
var emoticon = require('emoticon');
var emoticon = require('emoticon')
console.log(emoticon.slice(0, 3));
console.log(emoticon.slice(0, 3))
```

@@ -21,0 +21,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