query-string
Advanced tools
Comparing version 6.11.0 to 6.11.1
@@ -64,3 +64,3 @@ export interface ParseOptions { | ||
*/ | ||
readonly arrayFormatSeparator?: 'string'; | ||
readonly arrayFormatSeparator?: string; | ||
@@ -233,3 +233,3 @@ /** | ||
*/ | ||
readonly arrayFormatSeparator?: 'string'; | ||
readonly arrayFormatSeparator?: string; | ||
@@ -236,0 +236,0 @@ /** |
{ | ||
"name": "query-string", | ||
"version": "6.11.0", | ||
"version": "6.11.1", | ||
"description": "Parse and stringify URL query strings", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28508