New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coffee-react

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-react - npm Package Compare versions

Comparing version 0.0.6 to 0.1.0

11

package.json

@@ -12,3 +12,3 @@ {

"author": "James Friend",
"version": "0.0.6",
"version": "0.1.0",
"licenses": [

@@ -31,3 +31,4 @@ {

"scripts": {
"prepublish": "cake build"
"prepublish": "cake build",
"test": "tap test/*.coffee"
},

@@ -43,4 +44,8 @@ "homepage": "https://github.com/jsdf/coffee-react",

"coffee-script": "^1.7.1",
"coffee-react-transform": "^0.1.6"
"coffee-react-transform": "^0.2.0"
},
"devDependencies": {
"concat-stream": "^1.4.5",
"tap": "^0.4.9"
}
}

@@ -88,2 +88,11 @@ # Coffee-React

#### Require .cjsx files under node
As with the `coffee-script` module, you need to register .cjsx with the module loader:
```coffee
require('coffee-react').register()
Component = require('./component.cjsx')
```
If you just want to transform CJSX markup into valid Coffeescript code as part of your existing build process see [coffee-react-transform](https://github.com/jsdf/coffee-react-transform), which is the main parser/transformer package.
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