Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
coffee-react
Advanced tools
Wrapper for the Coffeescript compiler executable using coffee-react-transform to support Coffeescript files including React JSX style markup (CSX).
If you just want to transform CSX code into valid Coffeescript as part of your existing build process see coffee-react-transform, which is the main parser/tranformer package.
npm install -g coffee-react
$ csx-coffee -h
Usage: csx-coffee [options] path/to/script.csx -- [args]
If called without options, `csx-coffee` will run your script.
-b, --bare compile without a top-level function wrapper
-c, --compile compile to JavaScript and save as .js files
-e, --eval pass a string from the command line as input
-h, --help display this help message
-j, --join concatenate the source CoffeeScript before compiling
-m, --map generate source map and save as .map files
-n, --nodes print out the parse tree that the parser produces
--nodejs pass options directly to the "node" binary
--no-header suppress the "Generated by" header
-o, --output set the output directory for compiled JavaScript
-p, --print print out the compiled JavaScript
-s, --stdio listen for and compile scripts over stdio
-l, --literate treat stdio as literate style coffee-script
-t, --tokens print out the tokens that the lexer/rewriter produce
-v, --version display the version number
-w, --watch watch scripts for changes and rerun commands
Outputs compiled JS to a file of the same name:
$ csx-coffee -c my-component.csx
FAQs
Coffeescript compiler wrapper adding coffee-react-transform CJSX support
The npm package coffee-react receives a total of 1,261 weekly downloads. As such, coffee-react popularity was classified as popular.
We found that coffee-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.