emoji-picker-element
Advanced tools
Comparing version 1.21.1 to 1.21.2
@@ -805,3 +805,4 @@ function assertNonEmptyString (str) { | ||
const inString = JSON.stringify(object); | ||
const inBuffer = binaryStringToArrayBuffer(inString); | ||
let inBuffer = binaryStringToArrayBuffer(inString); | ||
// this does not need to be cryptographically secure, SHA-1 is fine | ||
@@ -808,0 +809,0 @@ const outBuffer = await crypto.subtle.digest('SHA-1', inBuffer); |
{ | ||
"name": "emoji-picker-element", | ||
"version": "1.21.1", | ||
"version": "1.21.2", | ||
"description": "Lightweight emoji picker distributed as a web component", | ||
@@ -47,5 +47,5 @@ "main": "index.js", | ||
"lint:fix": "standard --fix && stylelint --fix '**/*.scss'", | ||
"test": "node ./bin/buildStylesForJest.js && NODE_OPTIONS=--experimental-vm-modules jest --runInBand", | ||
"test": "vitest", | ||
"test:adhoc": "node ./test/adhoc/server.js", | ||
"cover": "node ./bin/buildStylesForJest.js && NODE_OPTIONS=--experimental-vm-modules jest --runInBand --coverage", | ||
"cover": "vitest --coverage", | ||
"docs": "node bin/processCustomEmoji.js", | ||
@@ -75,3 +75,2 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"devDependencies": { | ||
"@peculiar/webcrypto": "^1.4.5", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
@@ -85,5 +84,7 @@ "@rollup/plugin-inject": "^5.0.5", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@vitest/coverage-istanbul": "^1.4.0", | ||
"@vitest/ui": "^1.4.0", | ||
"blob-util": "^2.0.2", | ||
"compression": "^1.7.4", | ||
"conventional-changelog-cli": "^2.2.2", | ||
"conventional-changelog-cli": "^4.1.0", | ||
"cross-env": "^7.0.3", | ||
@@ -94,6 +95,6 @@ "csso": "^5.0.2", | ||
"emojibase-data": "^5.1.1", | ||
"express": "^4.18.2", | ||
"express": "^4.19.1", | ||
"fake-indexeddb": "^5.0.2", | ||
"fast-glob": "^3.3.2", | ||
"fetch-mock-jest": "^1.5.1", | ||
"fetch-mock": "^9.11.0", | ||
"flat-color-icons": "^1.1.0", | ||
@@ -103,4 +104,3 @@ "focus-visible": "^5.2.0", | ||
"husky": "^9.0.11", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jsdom": "^24.0.0", | ||
"lint-staged": "^15.2.2", | ||
@@ -111,20 +111,20 @@ "lodash-es": "^4.17.15", | ||
"minify-html-literals": "^1.3.5", | ||
"node-fetch": "^2.7.0", | ||
"npm-run-all": "^4.1.5", | ||
"playwright": "^1.41.2", | ||
"playwright": "^1.42.1", | ||
"pretty-bytes": "^6.1.1", | ||
"puppeteer": "^22.1.0", | ||
"puppeteer": "^22.6.0", | ||
"recursive-readdir": "^2.2.3", | ||
"rollup": "^4.12.0", | ||
"rollup": "^4.13.0", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sass": "^1.71.0", | ||
"shx": "^0.3.4", | ||
"sass": "^1.72.0", | ||
"standard": "^17.1.0", | ||
"string.prototype.replaceall": "^1.0.9", | ||
"stylelint": "^16.2.1", | ||
"stylelint-config-recommended-scss": "^14.0.0", | ||
"stylelint-scss": "^6.1.0", | ||
"stylelint-scss": "^6.2.1", | ||
"svgo": "^3.2.0", | ||
"tachometer": "^0.7.0", | ||
"terser": "^5.27.1" | ||
"terser": "^5.29.2", | ||
"vitest": "^1.4.0" | ||
}, | ||
@@ -195,5 +195,5 @@ "//": { | ||
"volta": { | ||
"node": "20.9.0", | ||
"yarn": "1.22.19" | ||
"node": "20.11.1", | ||
"yarn": "1.22.22" | ||
} | ||
} |
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
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
408859
3524