Socket
Socket
Sign inDemoInstall

emoji-picker-element

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-picker-element - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.6.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.6.0...v1.6.1) (2021-07-03)
### Performance Improvements
* determine emoji support in reverse order ([#160](https://github.com/nolanlawson/emoji-picker-element/issues/160)) ([2603055](https://github.com/nolanlawson/emoji-picker-element/commit/2603055d1a9983fdaf3217ea753c3e77485e7638))
# [1.6.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.5.0...v1.6.0) (2021-06-29)

@@ -2,0 +11,0 @@

13

package.json
{
"name": "emoji-picker-element",
"version": "1.6.0",
"version": "1.6.1",
"description": "Lightweight emoji picker distributed as a web component",

@@ -28,2 +28,3 @@ "main": "index.js",

"build:toc": "node ./bin/generateTOC",
"benchmark:runtime": "cross-env PERF=1 run-s build:rollup && ./bin/run-benchmark.sh",
"benchmark:bundlesize": "run-s build:rollup benchmark:bundle benchmark:run-bundlesize",

@@ -107,3 +108,3 @@ "benchmark:bundle": "rollup -c ./test/bundlesize/rollup.config.js",

"npm-run-all": "^4.1.5",
"playwright": "^1.7.1",
"playwright": "^1.12.3",
"postcss": "^8.2.1",

@@ -128,3 +129,4 @@ "pretty-bytes": "^5.4.1",

"svelte-preprocess": "^4.7.3",
"svgo": "^2.3.0",
"svgo": "^2.3.1",
"tachometer": "^0.5.9",
"typedoc": "^0.19.2",

@@ -134,2 +136,6 @@ "typedoc-plugin-markdown": "^2.4.2",

},
"// Old versions of typedoc depend on a vulnerable version of marked, 2.0.0+ works fine": true,
"resolutions": {
"marked": "^2.1.3"
},
"standard": {

@@ -155,2 +161,3 @@ "ignore": [

"IDBKeyRange",
"Headers",
"matchMedia",

@@ -157,0 +164,0 @@ "performance",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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