Socket
Socket
Sign inDemoInstall

react-bootstrap-wizard

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bootstrap-wizard - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

10

CHANGELOG.md

@@ -1,3 +0,11 @@

## [0.0.6] 2019-01-14
## [0.0.8] 2020-10-30
### Docs
- Updated README.md
- Updated CHANGELOG.md
- Updated version
### Bug fixing
- https://github.com/creativetimofficial/react-bootstrap-wizard/issues/30
## [0.0.7] 2019-01-14
### Bug fixing
- Updated README.md

@@ -4,0 +12,0 @@ - `finishButtonClick` now triggers if the `validate` prop is `false`

2

dist/index.js

@@ -80,3 +80,3 @@ "use strict";

_this.previousButtonClick = _this.previousButtonClick.bind(_this);
_this.previousButtonClick = _this.previousButtonClick.bind(_this);
_this.nextButtonClick = _this.nextButtonClick.bind(_this);
_this.finishButtonClick = _this.finishButtonClick.bind(_this);

@@ -83,0 +83,0 @@ return _this;

@@ -59,3 +59,3 @@ import React from "react";

this.previousButtonClick = this.previousButtonClick.bind(this);
this.previousButtonClick = this.previousButtonClick.bind(this);
this.nextButtonClick = this.nextButtonClick.bind(this);
this.finishButtonClick = this.finishButtonClick.bind(this);

@@ -62,0 +62,0 @@ }

{
"name": "react-bootstrap-wizard",
"version": "0.0.7",
"version": "0.0.8",
"description": "A react component package that allows you to split a complicated flow or a complicated form in multiple steps.",

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

"bugs": {
"url": "https://github.com/creativetimofficial/react-wizard/issues"
"url": "https://github.com/creativetimofficial/react-bootstrap-wizard/issues"
},
"homepage": "https://github.com/creativetimofficial/react-wizard#readme"
"homepage": "https://github.com/creativetimofficial/react-bootstrap-wizard#readme"
}

@@ -262,3 +262,3 @@ # React Wizard

[LICENSE]: ./LICENSE.md
[version-badge]: https://img.shields.io/badge/version-0.0.6-blue.svg
[version-badge]: https://img.shields.io/badge/version-0.0.7-blue.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
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