Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-react

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-react - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

package.json
{
"name": "gulp-react",
"version": "3.0.0",
"version": "3.0.1",
"description": "Precompile Facebook React JSX templates into JavaScript",

@@ -37,3 +37,3 @@ "license": "MIT",

"object-assign": "^2.0.0",
"react-tools": "^0.13.0-rc1",
"react-tools": "^0.13.0",
"through2": "^0.6.1",

@@ -40,0 +40,0 @@ "vinyl-sourcemaps-apply": "^0.1.4"

@@ -23,3 +23,3 @@ # gulp-react [![Build Status](https://travis-ci.org/sindresorhus/gulp-react.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-react)

return gulp.src('template.jsx')
.pipe(react({harmony: true}))
.pipe(react())
.pipe(gulp.dest('dist'));

@@ -26,0 +26,0 @@ });

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