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

@tinyhttp/url

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/url - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

dist/index.js

@@ -7,4 +7,5 @@ import { parse } from 'querystring';

if (matches && typeof keys !== 'boolean')
for (let i = 0; i < keys.length; i++)
params[keys[i]] = matches[i + 1];
for (let i = 0; i < keys.length; i++) {
params[keys[i]] = decodeURIComponent(matches[i + 1]);
}
return params;

@@ -11,0 +12,0 @@ };

2

package.json
{
"name": "@tinyhttp/url",
"version": "2.0.1",
"version": "2.0.2",
"type": "module",

@@ -5,0 +5,0 @@ "description": "URL extensions for tinyhttp",

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