Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-brunch

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-brunch - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+10
Makefile
build:
npm run-script prepublish
test:
npm test
publish:
npm publish
.PHONY: build test publish
+7
-2

@@ -19,4 +19,9 @@ // Generated by CoffeeScript 1.6.3

ReactCompiler.prototype.compile = function(params, callback) {
var source;
source = transform(params.data);
var err, source;
try {
source = transform(params.data);
} catch (_error) {
err = _error;
return callback(err.toString());
}
return callback(null, {

@@ -23,0 +28,0 @@ data: source

{
"name": "react-brunch",
"version": "1.0.1",
"version": "1.0.2",
"description": "Adds React.js support to brunch.",

@@ -5,0 +5,0 @@ "author": "Matt McCray",