Socket
Socket
Sign inDemoInstall

react-stepzilla

Package Overview
Dependencies
0
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.2.0

dist/main.js

2

gulpfile.js

@@ -5,5 +5,5 @@ var gulp = require('gulp');

gulp.task('build', function (callback) {
return gulp.src('./src/index.js')
return gulp.src('./src/main.js')
.pipe(babel()) //this will also handle react transformations
.pipe(gulp.dest('./dist'));
});
{
"name": "react-stepzilla",
"version": "1.1.1",
"version": "1.2.0",
"description": "A react multi step component for data collection forms and other components.",

@@ -5,0 +5,0 @@ "main": "./dist/main.js",

@@ -35,3 +35,3 @@ # react stepzilla

### dev
- all node source is in src/index.js
- all node source is in src/main.js
- you need to install dependencies first `npm install`

@@ -38,0 +38,0 @@ - make any changes and run `npm run build` to transpile the jsx into `dist`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc