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.9 to 2.1.0

2

dist/index.d.ts

@@ -1,2 +0,2 @@

import { ParsedUrlQuery } from 'querystring';
import { ParsedUrlQuery } from 'node:querystring';
type Regex = {

@@ -3,0 +3,0 @@ keys: string[] | false;

@@ -1,2 +0,2 @@

import { parse } from "querystring";
import { parse } from "node:querystring";
const getURLParams = ({ pattern, keys }, reqUrl = "/") => {

@@ -3,0 +3,0 @@ const matches = pattern.exec(reqUrl);

{
"name": "@tinyhttp/url",
"version": "2.0.9",
"version": "2.1.0",
"type": "module",

@@ -27,3 +27,3 @@ "description": "URL extensions for tinyhttp",

"engines": {
"node": ">=12.4.0"
"node": ">=12.20.0"
},

@@ -30,0 +30,0 @@ "author": "v1rtl",

Sorry, the diff of this file is not supported yet

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