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

@endpass/utils

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endpass/utils - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

mapToQueryString.js

2

package.json
{
"name": "@endpass/utils",
"version": "1.3.4",
"version": "1.3.5",
"description": "Utils and helper functions",

@@ -5,0 +5,0 @@ "author": "Endpass, Inc",

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

var path = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
var lines = path.split('&');
var lines = path.replace(/^\?/, '').split('&');
var query = lines.reduce(function (map, line) {

@@ -10,0 +10,0 @@ var values = line.split('=');

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