Socket
Socket
Sign inDemoInstall

@aws-sdk/util-uri-escape

Package Overview
Dependencies
1
Maintainers
5
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.295.0 to 3.303.0

3

dist-types/escape-uri-path.d.ts

@@ -0,1 +1,4 @@

/**
* @internal
*/
export declare const escapeUriPath: (uri: string) => string;

@@ -0,1 +1,4 @@

/**
* @internal
*/
export declare const escapeUri: (uri: string) => string;

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

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

2

package.json
{
"name": "@aws-sdk/util-uri-escape",
"version": "3.295.0",
"version": "3.303.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc