reactR
reactR copied to clipboard
React for R
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [karma](https://github.com/karma-runner/karma) from 3.1.4 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Hello everybody, I played around with the `reactsTrap` example and created a custom Flipcard with received `props`. ``` function ActionButton({ configuration }) { return ( {configuration.label} ); } ``` The...
Thank you for your excellent work! I'm considering create a package which is going to use `createReactShinyInput` to create my own shiny inputs, but I have no idea about how...
I'm trying to create a widget for this [component](https://github.com/Sage-Bionetworks/Synapse-React-Client/blob/develop/src/lib/containers/UserCard.tsx), [here](https://github.com/Sage-Bionetworks/shiny.synapse.react.client). [Documentation](https://sage-bionetworks.github.io/Synapse-React-Client/#/Other%20Components?id=usercard). This isn't working. I wonder if typescript will work, or I'm just doing something wrong. I'm getting this long...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi everyone, reactR is a fantastic library that I stumbled upon while searching for the use case mentioned in the title. I'm not sure whether or not I can do...