Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-react-emoji-a11y

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-react-emoji-a11y - npm Package Compare versions

Comparing version 0.0.1-security to 0.1.0

__snapshots__/index.test.js.snap

40

package.json
{
"name": "babel-plugin-react-emoji-a11y ",
"version": "0.0.1-security",
"description": "security holding package",
"repository": "npm/security-holder",
"dependencies": {}
"name": "babel-plugin-react-emoji-a11y",
"version": "0.1.0",
"description": "A babel plugin that will take any emojis not wrapped in <span> and wrap them, with correct a11y attributes",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"emoji",
"span",
"wrapper",
"babel",
"plugin",
"babel-plugin"
],
"author": "Anthony Frehner",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"husky": "^3.1.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"pretty-quick": "^1.11.1"
},
"dependencies": {
"babel-plugin-syntax-jsx": "^6.18.0",
"emoji-regex": "^8.0.0",
"gemoji": "^4.2.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}

12

README.md

@@ -1,9 +0,7 @@

# Security holding package
# babel-plugin-react-emoji-a11y
This package name is not currently in use, but was formerly occupied
by another package. To avoid malicious use, npm is hanging on to the
package name, but loosely, and we'll probably give it to you if you
want it.
A heavy-handed babel plugin for React that forces your emojis to be accessible by wrapping them in `<span role="img" aria-label="{label}">`. The goal is that developers will be warned where their code isn't accessible (so that they can fix it), while also forcing the code to be accessible behind the scenes.
You may adopt this package by contacting support@npmjs.com and
requesting the name.
## How to use
(coming)
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