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

redux-nl

Package Overview
Dependencies
Maintainers
1
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 0.1.8 to 0.1.9

2

package.json
{
"name": "redux-nl",
"version": "0.1.8",
"version": "0.1.9",
"description": "A GraphQL inspired rest client side network layer",

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

@@ -10,2 +10,3 @@ /**

import _mapKeys from "lodash.mapkeys";
import _omit from "lodash.omit";
/* Local Modules */

@@ -27,3 +28,3 @@ import { AbstractNetworkSaga } from "./abstract-network-saga";

);
const metaInSnakeCase = _.omit(_mapKeys(meta, (_, key) => _snakeCase(key)), ["headers"]);
const metaInSnakeCase = _omit(_mapKeys(meta, (_, key) => _snakeCase(key)), ["headers"]);
// Extracts parameters from brackets e.g. "/user/orders/{id}" -> id (only supports a single query parameter)

@@ -30,0 +31,0 @@ const extractedPathParameter = path

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