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

@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.38.0 to 1.39.0

3

lib/aws-custom-resource/sdk-api-metadata.json

@@ -874,3 +874,6 @@ {

"name": "IoTSiteWise"
},
"macie2": {
"name": "Macie2"
}
}

68

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

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

"cp -f $(node -p 'require.resolve(\"aws-sdk/apis/metadata.json\")') lib/aws-custom-resource/sdk-api-metadata.json && rm -rf test/aws-custom-resource/cdk.out"
]
],
"jest": true
},

@@ -70,26 +71,26 @@ "keywords": [

"devDependencies": {
"@aws-cdk/assert": "1.38.0",
"@aws-cdk/aws-events": "1.38.0",
"@aws-cdk/aws-s3": "1.38.0",
"@aws-cdk/aws-ssm": "1.38.0",
"@aws-cdk/assert": "1.39.0",
"@aws-cdk/aws-events": "1.39.0",
"@aws-cdk/aws-s3": "1.39.0",
"@aws-cdk/aws-ssm": "1.39.0",
"@types/aws-lambda": "^8.10.39",
"@types/fs-extra": "^8.1.0",
"@types/sinon": "^9.0.0",
"aws-sdk": "^2.672.0",
"@types/sinon": "^9.0.1",
"aws-sdk": "^2.677.0",
"aws-sdk-mock": "^5.1.0",
"cdk-build-tools": "1.38.0",
"cdk-integ-tools": "1.38.0",
"cfn2ts": "1.38.0",
"cdk-build-tools": "1.39.0",
"cdk-integ-tools": "1.39.0",
"cfn2ts": "1.39.0",
"fs-extra": "^8.1.0",
"nock": "^12.0.3",
"pkglint": "1.38.0",
"pkglint": "1.39.0",
"sinon": "^9.0.2"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "1.38.0",
"@aws-cdk/aws-iam": "1.38.0",
"@aws-cdk/aws-lambda": "1.38.0",
"@aws-cdk/aws-logs": "1.38.0",
"@aws-cdk/aws-sns": "1.38.0",
"@aws-cdk/core": "1.38.0",
"@aws-cdk/aws-cloudformation": "1.39.0",
"@aws-cdk/aws-iam": "1.39.0",
"@aws-cdk/aws-lambda": "1.39.0",
"@aws-cdk/aws-logs": "1.39.0",
"@aws-cdk/aws-sns": "1.39.0",
"@aws-cdk/core": "1.39.0",
"constructs": "^3.0.2"

@@ -99,29 +100,12 @@ },

"peerDependencies": {
"@aws-cdk/aws-cloudformation": "1.38.0",
"@aws-cdk/aws-iam": "1.38.0",
"@aws-cdk/aws-lambda": "1.38.0",
"@aws-cdk/aws-logs": "1.38.0",
"@aws-cdk/aws-sns": "1.38.0",
"@aws-cdk/core": "1.38.0",
"@aws-cdk/aws-cloudformation": "1.39.0",
"@aws-cdk/aws-iam": "1.39.0",
"@aws-cdk/aws-lambda": "1.39.0",
"@aws-cdk/aws-logs": "1.39.0",
"@aws-cdk/aws-sns": "1.39.0",
"@aws-cdk/core": "1.39.0",
"constructs": "^3.0.2"
},
"jest": {
"moduleFileExtensions": [
"js"
],
"coverageThreshold": {
"global": {
"branches": 70,
"statements": 80
}
},
"collectCoverage": true,
"coverageReporters": [
"lcov",
"html",
"text-summary"
]
},
"engines": {
"node": ">= 10.13.0"
"node": ">= 10.13.0 <13 || >=13.7.0"
},

@@ -128,0 +112,0 @@ "stability": "stable",

@@ -12,3 +12,3 @@ # AWS CDK Custom Resources

AWS CloudFormation [custom resources] are extension points to the provisioning
AWS CloudFormation [custom resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html) are extension points to the provisioning
engine. When CloudFormation needs to create, update or delete a custom resource,

@@ -104,4 +104,2 @@ it sends a lifecycle event notification to a **custom resource provider**. The provider

[custom resources]: (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html).
### Handling Lifecycle Events: onEvent

@@ -108,0 +106,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