@cumulus/aws-client
Advanced tools
Comparing version 1.17.0-alpha2 to 1.17.0-alpha3
{ | ||
"name": "@cumulus/aws-client", | ||
"version": "1.17.0-alpha2", | ||
"version": "1.17.0-alpha3", | ||
"description": "Utilities for working with AWS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -190,3 +190,3 @@ 'use strict'; | ||
const regex = new RegExp(sfnUnsafeChars, 'g'); | ||
return fields.map((s) => s.replace(regex, exports.unicodeEscape).replace(/\\/g, '!')) | ||
return fields.map((s) => s.replace(regex, unicodeEscape).replace(/\\/g, '!')) | ||
.join(delimiter) | ||
@@ -193,0 +193,0 @@ .substring(0, 80); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
54720