New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zcorky/query-string

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zcorky/query-string - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

lib/parse.d.ts
export interface ParsedValue {
[key: string]: string | string[];
}
export interface Parse {
(query: string): ParsedValue;
}
export declare const parse: Parse;
export declare const parse: <T extends ParsedValue>(query?: string) => T & ParsedValue;

4

package.json
{
"name": "@zcorky/query-string",
"version": "1.0.1",
"version": "1.0.2",
"description": "Easy query string in node and browser, without any dependencies, support parse/stringify/add/omit/pick",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

"tslint-jsdoc-rules": "^0.1.2",
"typescript": "^2.8.3"
"typescript": "^3.1.6"
},

@@ -32,0 +32,0 @@ "files": [

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