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

@aws-cdk/custom-resources

Package Overview
Dependencies
Maintainers
5
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/custom-resources - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

28

package.json
{
"name": "@aws-cdk/custom-resources",
"version": "1.4.0",
"version": "1.5.0",
"description": "Constructs for implementing CDK custom resources",

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

"devDependencies": {
"@aws-cdk/assert": "^1.4.0",
"@aws-cdk/aws-events": "^1.4.0",
"@aws-cdk/aws-ssm": "^1.4.0",
"@aws-cdk/assert": "^1.5.0",
"@aws-cdk/aws-events": "^1.5.0",
"@aws-cdk/aws-ssm": "^1.5.0",
"@types/aws-lambda": "^8.10.31",

@@ -86,15 +86,15 @@ "@types/nock": "^10.0.3",

"dependencies": {
"@aws-cdk/aws-cloudformation": "^1.4.0",
"@aws-cdk/aws-iam": "^1.4.0",
"@aws-cdk/aws-lambda": "^1.4.0",
"@aws-cdk/aws-sns": "^1.4.0",
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/aws-cloudformation": "^1.5.0",
"@aws-cdk/aws-iam": "^1.5.0",
"@aws-cdk/aws-lambda": "^1.5.0",
"@aws-cdk/aws-sns": "^1.5.0",
"@aws-cdk/core": "^1.5.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^1.4.0",
"@aws-cdk/aws-iam": "^1.4.0",
"@aws-cdk/aws-lambda": "^1.4.0",
"@aws-cdk/aws-sns": "^1.4.0",
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/aws-cloudformation": "^1.5.0",
"@aws-cdk/aws-iam": "^1.5.0",
"@aws-cdk/aws-lambda": "^1.5.0",
"@aws-cdk/aws-sns": "^1.5.0",
"@aws-cdk/core": "^1.5.0"
},

@@ -101,0 +101,0 @@ "engines": {

@@ -54,13 +54,3 @@ {

"Principal": {
"Service": {
"Fn::Join": [
"",
[
"lambda.",
{
"Ref": "AWS::URLSuffix"
}
]
]
}
"Service": "lambda.amazonaws.com"
}

@@ -67,0 +57,0 @@ }

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