core-dashboard-worona
Advanced tools
Comparing version
{ | ||
"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" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
60071
0.17%1222
0.16%1
Infinity%