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
46
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.17.0 to 1.17.1

3

dist/constructs/lambda/index.js

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

createLambdaFunction() {
const { environment, functionName, tags, codeBucketName, functionEnvVars, timeoutSeconds, memorySize, provider, getResourceIds, } = this.config;
const { environment, functionName, tags, codeBucketName, functionEnvVars, timeoutSeconds, memorySize, provider, getResourceIds, vpcConfig, } = this.config;
const functionEnv = {

@@ -141,2 +141,3 @@ variables: Object.assign({ ENVIRONMENT: environment }, functionEnvVars),

provider,
vpcConfig,
});

@@ -143,0 +144,0 @@ }

import { AwsProvider } from '@cdktf/provider-aws/lib/provider';
import { LambdaFunctionVpcConfig } from '@cdktf/provider-aws/lib/lambda-function';
import { ResourceIdentifier, ResourceIdentifierConfig } from './resourceIdentifier';

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

readonly memorySize?: number;
readonly vpcConfig?: LambdaFunctionVpcConfig;
}

@@ -33,0 +35,0 @@ interface LambdaPostConfig extends LambdaConfig {

{
"name": "@sgorg/datawarehouse-common",
"version": "1.17.0",
"version": "1.17.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