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

qss

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qss - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "qss",
"version": "2.0.2",
"version": "2.0.3",
"repository": "lukeed/qss",

@@ -5,0 +5,0 @@ "description": "A tiny (305B) browser utility for stringifying a query Object.",

export const encode: (obj: object, prefix?: string) => string
export const decode: (str: string) => object
export const decode: <MaybeObject extends object = {}>(str: string) => Partial<MaybeObject>
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