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.9.0 to 1.10.0

8

lib/sdk-api-metadata.json

@@ -752,7 +752,9 @@ {

"prefix": "forecast",
"name": "ForecastService"
"name": "ForecastService",
"cors": true
},
"forecastqueryservice": {
"prefix": "forecastquery",
"name": "ForecastQueryService"
"name": "ForecastQueryService",
"cors": true
},

@@ -769,2 +771,2 @@ "qldb": {

}
}
}
{
"name": "@aws-cdk/custom-resources",
"version": "1.9.0",
"version": "1.10.0",
"description": "Constructs for implementing CDK custom resources",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

"versionSuffix": "-devpreview",
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/png/default-256-dark.png"
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png"
},

@@ -71,8 +71,8 @@ "python": {

"devDependencies": {
"@aws-cdk/assert": "^1.9.0",
"@aws-cdk/aws-events": "^1.9.0",
"@aws-cdk/aws-ssm": "^1.9.0",
"@types/aws-lambda": "^8.10.31",
"@aws-cdk/assert": "^1.10.0",
"@aws-cdk/aws-events": "^1.10.0",
"@aws-cdk/aws-ssm": "^1.10.0",
"@types/aws-lambda": "^8.10.33",
"@types/sinon": "^7.0.13",
"aws-sdk": "^2.531.0",
"aws-sdk": "^2.538.0",
"aws-sdk-mock": "^4.5.0",

@@ -82,20 +82,20 @@ "cdk-build-tools": "file:../../../tools/cdk-build-tools",

"cfn2ts": "file:../../../tools/cfn2ts",
"nock": "^11.3.4",
"nock": "^11.3.5",
"pkglint": "file:../../../tools/pkglint",
"sinon": "^7.4.2"
"sinon": "^7.5.0"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^1.9.0",
"@aws-cdk/aws-iam": "^1.9.0",
"@aws-cdk/aws-lambda": "^1.9.0",
"@aws-cdk/aws-sns": "^1.9.0",
"@aws-cdk/core": "^1.9.0"
"@aws-cdk/aws-cloudformation": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/aws-lambda": "^1.10.0",
"@aws-cdk/aws-sns": "^1.10.0",
"@aws-cdk/core": "^1.10.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^1.9.0",
"@aws-cdk/aws-iam": "^1.9.0",
"@aws-cdk/aws-lambda": "^1.9.0",
"@aws-cdk/aws-sns": "^1.9.0",
"@aws-cdk/core": "^1.9.0"
"@aws-cdk/aws-cloudformation": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/aws-lambda": "^1.10.0",
"@aws-cdk/aws-sns": "^1.10.0",
"@aws-cdk/core": "^1.10.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