Socket
Socket
Sign inDemoInstall

@aws-sdk/util-arn-parser

Package Overview
Dependencies
1
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.52.0 to 3.55.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
**Note:** Version bump only for package @aws-sdk/util-arn-parser
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)

@@ -8,0 +16,0 @@

2

dist-es/index.js

@@ -23,3 +23,3 @@ import { __read } from "tslib";

}
return "arn:" + partition + ":" + service + ":" + region + ":" + accountId + ":" + resource;
return "arn:".concat(partition, ":").concat(service, ":").concat(region, ":").concat(accountId, ":").concat(resource);
};
{
"name": "@aws-sdk/util-arn-parser",
"version": "3.52.0",
"version": "3.55.0",
"description": "A parser to Amazon Resource Names",

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

"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},

@@ -32,3 +32,3 @@ "devDependencies": {

"typedoc": "0.19.2",
"typescript": "~4.3.5"
"typescript": "~4.6.2"
},

@@ -35,0 +35,0 @@ "types": "./dist-types/index.d.ts",

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