You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@smithy/querystring-builder

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/querystring-builder - npm Package Compare versions

Comparing version
4.0.5
to
4.1.0
+3
-3
dist-cjs/index.js

@@ -21,7 +21,7 @@ var __defProp = Object.defineProperty;

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
buildQueryString: () => buildQueryString
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_util_uri_escape = require("@smithy/util-uri-escape");

@@ -28,0 +28,0 @@ function buildQueryString(query) {

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

import { QueryParameterBag } from "@smithy/types";
import type { QueryParameterBag } from "@smithy/types";
/**

@@ -3,0 +3,0 @@ * @internal

{
"name": "@smithy/querystring-builder",
"version": "4.0.5",
"version": "4.1.0",
"scripts": {

@@ -24,5 +24,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"license": "Apache-2.0",
"sideEffects": false,
"dependencies": {
"@smithy/types": "^4.3.2",
"@smithy/util-uri-escape": "^4.0.0",
"@smithy/types": "^4.4.0",
"@smithy/util-uri-escape": "^4.1.0",
"tslib": "^2.6.2"

@@ -29,0 +30,0 @@ },