njsx icon indicating copy to clipboard operation
njsx copied to clipboard

A customizable and declarative interface for creating React and React Native components without JSX syntax.

Results 8 njsx issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

React's hook functions [do not like](https://reactjs.org/docs/error-decoder.html/?invariant=321) to be called from within `Builder`s. I tried to mitigate this by eagerly instantiating `ReactElement`s by appending `()`s to builders everywhere, but to no...

^Title This makes it impossible to create an `input` element: ``` const usernameInput = input({type: "text" , id: "Username"}) const passwordInput = input({type: "password", id: "Password"}) ``` The above will...

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...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](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...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.0 to 3.14.1. Changelog Sourced from js-yaml's changelog. [3.14.1] - 2020-12-07 Security Fix possible code execution in (already unsafe) .load() (in &anchor). [3.14.0] - 2020-05-22 Changed Support...

dependencies

I've noticed that implementations of compose vary greatly and especially the libraries that support placeholders seem to fail on Builders. I thought it would be better if `njsx` supplied it's...