query-string
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -1,3 +0,8 @@ | ||
export * as default from './base.js'; | ||
/// export * as default from './base.js'; | ||
// Workaround for TS missing feature. | ||
import * as queryString from './base.js'; | ||
export default queryString; | ||
export { | ||
@@ -4,0 +9,0 @@ type ParseOptions, |
{ | ||
"name": "query-string", | ||
"version": "8.0.0", | ||
"version": "8.0.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
45950
849
0