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

@aws-cdk/region-info

Package Overview
Dependencies
Maintainers
5
Versions
532
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/region-info - npm Package Compare versions

Comparing version 1.36.1 to 1.37.0

2

lib/built-ins.generated.d.ts
/**
* Built-in regional information, re-generated by `npm run build`.
*
* @generated 2020-04-29T22:22:50.761Z
* @generated 2020-05-05T15:01:57.275Z
*/

@@ -6,0 +6,0 @@ export declare class BuiltIns {

{
"name": "@aws-cdk/region-info",
"version": "1.36.1",
"version": "1.37.0",
"description": "AWS region information, such as service principal names",

@@ -56,5 +56,5 @@ "main": "lib/index.js",

"@types/fs-extra": "^8.1.0",
"cdk-build-tools": "1.36.1",
"cdk-build-tools": "1.37.0",
"fs-extra": "^8.1.0",
"pkglint": "1.36.1"
"pkglint": "1.37.0"
},

@@ -83,3 +83,3 @@ "jest": {

"engines": {
"node": ">= 10.12.0"
"node": ">= 10.13.0"
},

@@ -86,0 +86,0 @@ "stability": "experimental",

@@ -44,3 +44,3 @@ # AWS Region-Specific Information Directory

```ts
import regionInfo = require('@aws-cdk/region-info');
import * as regionInfo from '@aws-cdk/region-info';

@@ -47,0 +47,0 @@ const codeDeployPrincipal = regionInfo.Fact.find('us-east-1', regionInfo.FactName.servicePrincipal('codedeploy.amazonaws.com'));

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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