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

react-stepzilla

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-stepzilla - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.babelrc

16

package.json
{
"name": "react-stepzilla",
"version": "1.0.0",
"version": "1.1.0",
"description": "A react multi step component for data collection forms and other components.",
"main": "src/index.js",
"main": "./dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./node_modules/gulp/bin/gulp.js build",
"prepublish": "npm run build"
},

@@ -25,3 +27,9 @@ "repository": {

},
"homepage": "https://github.com/newbreedofgeek/react-stepzilla#readme"
"homepage": "https://github.com/newbreedofgeek/react-stepzilla#readme",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2"
}
}

@@ -36,2 +36,5 @@ # react stepzilla

- all node source is in src/index.js
- you need to install dependencies first `npm install`
- make any changes and run `npm run build` to transpile the jsx into `dist`
- the transpilation is run as a auto pre-publish task so it should usually be up to date when consumed via npm

@@ -42,3 +45,5 @@ ### todo

#### change log
- 1.2.0
- fixed issue when when consumed via npm the jsx was causing a build error on the host project. Its not transpiled via babel into dist
- 1.0.0
- initial working version

Sorry, the diff of this file is not supported yet

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