Socket
Socket
Sign inDemoInstall

@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.8 to 2.0.9

dist/index.d.ts.map

5

dist/index.d.ts
import { ParsedUrlQuery } from 'querystring';
declare type Regex = {
type Regex = {
keys: string[] | false;

@@ -7,3 +7,3 @@ pattern: RegExp;

export declare const getURLParams: ({ pattern, keys }: Regex, reqUrl?: string) => URLParams;
export declare type URLParams = {
export type URLParams = {
[key: string]: string;

@@ -14,1 +14,2 @@ };

export {};
//# sourceMappingURL=index.d.ts.map
{
"name": "@tinyhttp/url",
"version": "2.0.8",
"version": "2.0.9",
"type": "module",

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

"dev": "vite",
"build": "vite build",
"postbuild": "tsc --emitDeclarationOnly"
"build": "vite build"
}
}
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