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

@aryzing/superqs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aryzing/superqs - npm Package Compare versions

Comparing version 0.0.2 to 0.0.6

3

package.json
{
"name": "@aryzing/superqs",
"version": "0.0.2",
"version": "0.0.6",
"description": "Build and parse URL-safe query strings from arbitrary values",

@@ -29,2 +29,3 @@ "keywords": [

],
"types": "./dist/index.d.ts",
"module": "./dist/index.js",

@@ -31,0 +32,0 @@ "scripts": {

@@ -1,2 +0,2 @@

# `@aryzing/superqs`
# `superqs`

@@ -8,9 +8,9 @@ Create and parse URL-safe query strings from arbitrary values.

```bash
npm i @aryzing/superqs
npm i superqs
# or
yarn add @aryzing/superqs
yarn add superqs
# or
pnpm i @aryzing/superqs
pnpm i superqs
# or
bun add @aryzing/superqs
bun add superqs
```

@@ -27,3 +27,3 @@

```ts
import { stringify, parse } from "@aryzing/superqs";
import { stringify, parse } from "superqs";

@@ -30,0 +30,0 @@ // Create a value of any type. This example uses an object, although any value

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