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

apax-react-core

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apax-react-core - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

11

CHANGELOG.md

@@ -7,2 +7,13 @@ ## Changelog

## [1.1.1] - 2021-05-03
### Changed
- Updated error responses in account sagas.
### Added
- Dependabot update of websocket-extensions
- Dependabot update of http-proxy, debug, eventemitter3, and follow-redirects
## [1.1.0] - 2020-08-28

@@ -9,0 +20,0 @@

8

dist/index.es.js
import Cookies from 'universal-cookie';
import { has, get, merge, isEmpty } from 'lodash';
import { get, has, merge, isEmpty } from 'lodash';
import axios from 'axios';

@@ -639,3 +639,3 @@ import { call, select, all, put, take, takeEvery } from 'redux-saga/effects';

_context.next = 18;
return put({ type: SIGNUP_ERROR, error: _context.t0.response.data });
return put({ type: SIGNUP_ERROR, error: get(_context.t0, 'response.data', _context.t0) });

@@ -686,3 +686,3 @@ case 18:

_context2.next = 18;
return put({ type: LOGIN_ERROR, error: _context2.t0.response.data });
return put({ type: LOGIN_ERROR, error: get(_context2.t0, 'response.data', _context2.t0) });

@@ -794,3 +794,3 @@ case 18:

_context4.next = 13;
return put({ type: PATCH_USER_ERROR, error: _context4.t0.response.data });
return put({ type: PATCH_USER_ERROR, error: get(_context4.t0, 'response.data', _context4.t0) });

@@ -797,0 +797,0 @@ case 13:

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

_context.next = 18;
return effects.put({ type: SIGNUP_ERROR, error: _context.t0.response.data });
return effects.put({ type: SIGNUP_ERROR, error: _.get(_context.t0, 'response.data', _context.t0) });

@@ -692,3 +692,3 @@ case 18:

_context2.next = 18;
return effects.put({ type: LOGIN_ERROR, error: _context2.t0.response.data });
return effects.put({ type: LOGIN_ERROR, error: _.get(_context2.t0, 'response.data', _context2.t0) });

@@ -800,3 +800,3 @@ case 18:

_context4.next = 13;
return effects.put({ type: PATCH_USER_ERROR, error: _context4.t0.response.data });
return effects.put({ type: PATCH_USER_ERROR, error: _.get(_context4.t0, 'response.data', _context4.t0) });

@@ -803,0 +803,0 @@ case 13:

{
"name": "apax-react-core",
"version": "1.1.0",
"version": "1.1.1",
"description": "Contains core react functionality developed by Apax Software LLC",

@@ -5,0 +5,0 @@ "author": "apaxsoftware",

# apax-react-core
[![Build Status](https://travis-ci.org/apaxsoftware/apax-react-core.svg?branch=master)](https://travis-ci.org/apaxsoftware/apax-react-core)
[![Build Status](https://travis-ci.com/apaxsoftware/apax-react-core.svg?branch=master)](https://travis-ci.com/apaxsoftware/apax-react-core)

@@ -5,0 +5,0 @@ Contains core react functionality developed by Apax Software LLC

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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