New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sgorg/datawarehouse-common

Package Overview
Dependencies
Maintainers
45
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sgorg/datawarehouse-common - npm Package Compare versions

Comparing version 1.15.0 to 1.15.1

2

dist/constructs/codeBucket.js

@@ -82,3 +82,3 @@ "use strict";

policyArn: this.deployPolicy.arn,
user: deployUser.name,
user: 'name' in deployUser ? deployUser.name : deployUser.userName,
dependsOn: [this.deployPolicy, deployUser],

@@ -85,0 +85,0 @@ provider,

import { AwsProvider } from '@cdktf/provider-aws';
import { IamUser } from '@cdktf/provider-aws/lib/iam';
import { DataAwsIamUser, IamUser } from '@cdktf/provider-aws/lib/iam';
import { AwsRegion } from './awsProviders';

@@ -10,3 +10,3 @@ import { Environment } from '../config/environments';

provider: AwsProvider;
deployUser: IamUser;
deployUser: IamUser | DataAwsIamUser;
environment: Environment;

@@ -13,0 +13,0 @@ region: AwsRegion;

{
"name": "@sgorg/datawarehouse-common",
"version": "1.15.0",
"version": "1.15.1",
"description": "Project to share constants and configuration across iac projects",

@@ -5,0 +5,0 @@ "main": "./dist/main.js",

Sorry, the diff of this file is not supported yet

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