Socket
Socket
Sign inDemoInstall

query-string

Package Overview
Dependencies
3
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.13.4 to 6.13.5

4

index.d.ts

@@ -342,7 +342,7 @@ export interface ParseOptions {

export type Stringifiable = string | boolean | number;
export type Stringifiable = string | boolean | number | null | undefined;
export type StringifiableRecord = Record<
string,
Stringifiable | Stringifiable[] | null | undefined
Stringifiable | Stringifiable[]
>;

@@ -349,0 +349,0 @@

{
"name": "query-string",
"version": "6.13.4",
"version": "6.13.5",
"description": "Parse and stringify URL query strings",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc