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

@capraconsulting/webapp-deploy-lambda

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capraconsulting/webapp-deploy-lambda - npm Package Compare versions

Comparing version 2.2.6 to 2.3.0

34

package.json
{
"name": "@capraconsulting/webapp-deploy-lambda",
"version": "2.2.6",
"version": "2.3.0",
"description": "CDK construct for deploying a webapp release to S3 and CloudFront",
"type": "module",
"repository": {

@@ -42,22 +43,23 @@ "type": "git",

"@aws-cdk/assert": "2.68.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@types/jest": "29.5.13",
"@types/node": "20.16.10",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"aws-cdk-lib": "2.161.1",
"constructs": "10.3.0",
"eslint": "8.57.1",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.16.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"aws-cdk-lib": "2.173.0",
"constructs": "10.4.2",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.6",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-cdk-snapshot": "2.2.5",
"prettier": "3.3.3",
"semantic-release": "24.1.2",
"prettier": "3.4.2",
"semantic-release": "24.2.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2"
"tsx": "4.19.2",
"typescript": "5.7.2"
},

@@ -64,0 +66,0 @@ "peerDependencies": {

@@ -11,10 +11,10 @@ # CDK Construct for deploying a webapp release

1. Fetch deployment log from S3
1. Fetch bundled artifact and extract locally with optional filtering
1. Upload all non-html files to S3
1. Upload html files to S3
1. Add uploaded items to deployment log
1. Delete old items from S3
1. Prune old deployments from deployment log
1. Store deployment log to S3 for next run
1. Optionally invalidate CloudFront distribution
2. Fetch bundled artifact and extract locally with optional filtering
3. Upload all non-html files to S3
4. Upload html files to S3
5. Add uploaded items to deployment log
6. Delete old items from S3
7. Prune old deployments from deployment log
8. Store deployment log to S3 for next run
9. Optionally invalidate CloudFront distribution

@@ -48,3 +48,3 @@ ## Preserving old files

"artifactS3Url": "s3://my-bucket/my-release.tgz"
},
},
"RequestType": "Update"

@@ -51,0 +51,0 @@ }' \

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