Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cumulus/aws-client

Package Overview
Dependencies
Maintainers
8
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/aws-client - npm Package Compare versions

Comparing version 1.17.0-alpha2 to 1.17.0-alpha3

2

package.json
{
"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);

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