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.12.0 to 1.13.0

3

lib/sdk-api-metadata.json

@@ -418,3 +418,4 @@ {

"xray": {
"name": "XRay"
"name": "XRay",
"cors": true
},

@@ -421,0 +422,0 @@ "waf": {

{
"name": "@aws-cdk/custom-resources",
"version": "1.12.0",
"version": "1.13.0",
"description": "Constructs for implementing CDK custom resources",

@@ -70,8 +70,8 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^1.12.0",
"@aws-cdk/aws-events": "^1.12.0",
"@aws-cdk/aws-ssm": "^1.12.0",
"@aws-cdk/assert": "1.13.0",
"@aws-cdk/aws-events": "1.13.0",
"@aws-cdk/aws-ssm": "1.13.0",
"@types/aws-lambda": "^8.10.33",
"@types/sinon": "^7.5.0",
"aws-sdk": "^2.543.0",
"aws-sdk": "^2.548.0",
"aws-sdk-mock": "^4.5.0",

@@ -81,3 +81,3 @@ "cdk-build-tools": "file:../../../tools/cdk-build-tools",

"cfn2ts": "file:../../../tools/cfn2ts",
"nock": "^11.3.5",
"nock": "^11.4.0",
"pkglint": "file:../../../tools/pkglint",

@@ -87,15 +87,15 @@ "sinon": "^7.5.0"

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

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

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