New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eazy-auth

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eazy-auth - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

lib/__tests__/authReducer-test.js

2

lib/password/reducers/recover.js

@@ -27,3 +27,3 @@ 'use strict';

case _actions.RECOVER_PASSWORD_UNLOAD:
return defaultRecoverState;
return defaultState;
case _actions.RECOVER_PASSWORD_LOADING:

@@ -30,0 +30,0 @@ return _extends({}, prevState, {

{
"name": "eazy-auth",
"version": "0.1.9",
"version": "0.1.10",
"description": "Easy auth stuff with redux",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -18,3 +18,3 @@ import {

case RECOVER_PASSWORD_UNLOAD:
return defaultRecoverState
return defaultState
case RECOVER_PASSWORD_LOADING:

@@ -21,0 +21,0 @@ return {

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