Socket
Socket
Sign inDemoInstall

@aws-sdk/util-arn-parser

Package Overview
Dependencies
1
Maintainers
5
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.168.0 to 3.170.0

8

CHANGELOG.md

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

# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
**Note:** Version bump only for package @aws-sdk/util-arn-parser
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)

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

12

dist-types/ts3.4/index.d.ts
export interface ARN {
partition: string;
service: string;
region: string;
accountId: string;
resource: string;
partition: string;
service: string;
region: string;
accountId: string;
resource: string;
}

@@ -13,3 +13,3 @@

declare type buildOptions = Pick<ARN, Exclude<keyof ARN, "partition">> & {
partition?: string;
partition?: string;
};

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

{
"name": "@aws-sdk/util-arn-parser",
"version": "3.168.0",
"version": "3.170.0",
"description": "A parser to Amazon Resource Names",

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

"concurrently": "7.0.0",
"downlevel-dts": "0.7.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",

@@ -32,0 +32,0 @@ "typedoc": "0.19.2",

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