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

url-factory

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-factory - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

lib/index.js

@@ -50,5 +50,5 @@ 'use strict';

// (even if key order not fully guaranteed)
params = Object.keys(baseParams).reduce(function (memo, k, v) {
params = Object.keys(baseParams).reduce(function (memo, k) {
if (memo[k]) return memo;
memo[k] = v;
memo[k] = baseParams[k];
return memo;

@@ -55,0 +55,0 @@ }, _extends({}, params));

@@ -7,3 +7,3 @@ {

],
"version": "1.4.1",
"version": "1.4.2",
"description": "Set a base url and encode params with minimum fuss. Especially useful with JSON API.",

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

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