You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

core-dashboard-worona

Package Overview
Dependencies
Maintainers
4
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-dashboard-worona - npm Package Compare versions

Comparing version

to
1.4.2

2

package.json
{
"name": "core-dashboard-worona",
"version": "1.4.1",
"version": "1.4.2",
"description": "Core Package of Worona Dashboard",

@@ -5,0 +5,0 @@ "scripts": {

@@ -12,3 +12,3 @@ /* eslint-disable react/prefer-stateless-function, react/no-multi-comp, react/prop-types */

const mapStateToProps = state => ({
themeName: deps.selectors.getThemeName(state),
themeName: deps.selectors.getThemeName(state)
});

@@ -50,3 +50,3 @@

pathname: '/register',
query: { ...nextState.location.query, next: nextState.location.pathname },
query: { ...nextState.location.query, next: nextState.location.pathname }
});

@@ -63,3 +63,3 @@ }

<Route path="/" component={ThemeLoader}>
<IndexRedirect to="/register" />
<IndexRedirect to="/login" />
<Route

@@ -72,3 +72,3 @@ path="login"

/>
<Route
{/* <Route
path="register"

@@ -79,3 +79,4 @@ component={Entry}

onEnter={dontRequireAuth(store)}
/>
/> */}
<Redirect from="/register" to="/login" />
<Route

@@ -95,3 +96,3 @@ path="forgot-password"

/>
<Route
{/* <Route
path="add-site"

@@ -102,3 +103,4 @@ component={Entry}

onEnter={requireAuth(store)}
/>
/> */}
<Redirect from="/add-site" to="/sites" />
<Route

@@ -105,0 +107,0 @@ path="check-site/:siteId"