Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

query-string

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

query-string - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

7

index.d.ts

@@ -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,

2

package.json
{
"name": "query-string",
"version": "8.0.0",
"version": "8.0.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc