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

react-losen

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-losen - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist-src/index.min.js

6

dist-src/index.js
import Wizard from "./Wizard.js";
import Step from "./Step.js";
import Controls from "./Controls.js";
export default {
Wizard,
Step,
Controls
};
export { Wizard, Step, Controls };

@@ -664,12 +664,8 @@ (function (global, factory) {

var index = {
Wizard: Wizard,
Step: Step,
Controls: Controls
};
exports.Wizard = Wizard;
exports.Step = Step;
exports.Controls = Controls;
exports.default = index;
Object.defineProperty(exports, '__esModule', { value: true });
}));

@@ -364,8 +364,2 @@ import { Component } from 'react';

var index = {
Wizard,
Step,
Controls
};
export default index;
export { Wizard, Step, Controls };
{
"name": "react-losen",
"description": "A super customisable Wizard for React and React Native",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",

@@ -11,2 +11,6 @@ "esnext": "dist-src/index.js",

"sideEffects": false,
"keywords": [
"react",
"wizard"
],
"files": [

@@ -17,2 +21,3 @@ "dist-*/",

],
"homepage": "https://docs-geycgwirqi.now.sh/",
"repository": {

@@ -50,2 +55,3 @@ "type": "git",

"flow-bin": "^0.93.0",
"pika-plugin-minify": "^0.1.0",
"prettier": "^1.16.4",

@@ -52,0 +58,0 @@ "tachyons": "^4.11.1"

@@ -12,6 +12,9 @@ ---

*Note:* This module _works_, but we got some nice changes coming out soon:
- Async step validation
- Upgrade to new React Context API
**Note:** This module is currently in beta. First official release is right around the corner, and will include some nice changes:
- [ ] Async step validation
- [ ] Upgrade to new React Context API
Please submit issues/feedback on GitHub ✌️
## Install

@@ -30,3 +33,3 @@

render={() => (
<Fragment>
<>
<Step name="start">Step one</Step>

@@ -38,3 +41,3 @@ <Step name="second-step">This is the second step</Step>

render={(onNext, onPrevious, isFirstStep) => (
<Fragment>
<>
<Button onClick={onPrevious} disabled={isFirstStep}>

@@ -45,6 +48,6 @@ Previous

<Button onClick={onNext}>Next</Button>
</Fragment>
</>
)}
/>
</Fragment>
</>
)}

@@ -51,0 +54,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