Socket
Socket
Sign inDemoInstall

@aws-sdk/util-uri-escape

Package Overview
Dependencies
Maintainers
5
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-uri-escape - npm Package Compare versions

Comparing version 3.310.0 to 3.374.0

3

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./escape-uri"), exports);
tslib_1.__exportStar(require("./escape-uri-path"), exports);
tslib_1.__exportStar(require("@smithy/util-uri-escape"), exports);

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

export * from "./escape-uri";
export * from "./escape-uri-path";
export * from "@smithy/util-uri-escape";

@@ -1,8 +0,1 @@

/**
* @internal
*/
export * from "./escape-uri";
/**
* @internal
*/
export * from "./escape-uri-path";
export * from "@smithy/util-uri-escape";

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

export * from "./escape-uri";
export * from "./escape-uri-path";
export * from "@smithy/util-uri-escape";
{
"name": "@aws-sdk/util-uri-escape",
"version": "3.310.0",
"version": "3.374.0",
"scripts": {

@@ -12,3 +12,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "jest"
"test": "exit 0"
},

@@ -24,2 +24,3 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@smithy/util-uri-escape": "^1.0.1",
"tslib": "^2.5.0"

@@ -26,0 +27,0 @@ },

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