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

wappsto-redux

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wappsto-redux - npm Package Compare versions

Comparing version 4.2.6 to 4.2.7

4

dist/actions/request.js

@@ -226,7 +226,7 @@ "use strict";

return _context.abrupt("return", {
rawResponse: response,
ok: response.ok,
status: response.status,
json: json,
options: options
options: options,
rawResponse: response
});

@@ -233,0 +233,0 @@ case 14:

@@ -42,2 +42,8 @@ "use strict";

function addEntities(state, type, data) {
if (!type) {
return {
state: state,
result: data.result
};
}
var newState = _extends({}, state);

@@ -44,0 +50,0 @@ var newData = (0, _normalizr.normalize)(data, [_schemas["default"].getSchema(type)]);

@@ -11,3 +11,3 @@ "use strict";

}
if (json.constructor === Object) {
if (json.constructor === Object && json.meta) {
if (json.meta.type === 'idlist') {

@@ -14,0 +14,0 @@ return [];

{
"name": "wappsto-redux",
"version": "4.2.6",
"version": "4.2.7",
"description": "",

@@ -5,0 +5,0 @@ "files": [

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