@aws-sdk/util-uri-escape
Advanced tools
Comparing version 3.295.0 to 3.303.0
@@ -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"; |
{ | ||
"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'", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14839
43