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

redux-nl

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-nl - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

2

lib/create-request.js

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

request: (base, method, path, options = {}, headers) => {
return axios(base, method, path, { data: Object.assign({}, options) }, headers);
return axios(base, method, path, Object.assign({}, options), headers);
},

@@ -42,0 +42,0 @@ /**

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

type: requestAction,
payload: Object.assign(Object.assign({}, payload), { [ReduxNLVerb]: verb, [ReduxNLPath]: path }),
payload: Object.assign({ data: payload }, { [ReduxNLVerb]: verb, [ReduxNLPath]: path }),
replaceType,

@@ -167,0 +167,0 @@ meta

@@ -73,3 +73,3 @@ {

},
"version": "1.4.1",
"version": "1.4.2",
"devDependencies": {

@@ -76,0 +76,0 @@ "@redux-saga/types": "^1.1.0",

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