Socket
Socket
Sign inDemoInstall

react-script

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-script - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json
{
"name": "react-script",
"version": "2.0.3",
"version": "2.0.4",
"description": "Elegant DSL for React",

@@ -5,0 +5,0 @@ "keywords": [

@@ -63,7 +63,10 @@

You can specify `data-*` and `aria-*` properties
either as e.g. `"data-size"`/`"area-role"`
or `dataSize`/`ariaRole`
or `data_size`/`area_role`
or `data: size: 1.337`/`aria: role: "button"`.
either as e.g. `"data-size"`/`"aria-pressed"`
or `dataSize`/`ariaPressed`
or `data_size`/`aria_pressed`
or `data: size: 1.337`/`aria: pressed: true`.
(ARIA's `role` attribute is just `role`.)
Check out the [specs](https://github.com/1j01/react-script/tree/master/spec/tests) for more details.
If you find something that doesn't work as you'd hope,

@@ -70,0 +73,0 @@ feel free to [open an issue](https://github.com/1j01/react-script/issues).

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