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

@medplum/cdk

Package Overview
Dependencies
Maintainers
3
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medplum/cdk - npm Package Compare versions

Comparing version 2.1.10 to 2.1.11

4

dist/types/backend.d.ts

@@ -42,4 +42,4 @@ import { MedplumInfraConfig } from '@medplum/core';

* Otherwise, the image name is assumed to be a Docker Hub image.
* @param config The config settings (account number and region).
* @param imageName The image name.
* @param config - The config settings (account number and region).
* @param imageName - The image name.
* @returns The container image.

@@ -46,0 +46,0 @@ */

@@ -14,4 +14,4 @@ import { aws_cloudfront as cloudfront, aws_iam as iam, aws_s3 as s3 } from 'aws-cdk-lib';

*
* @param bucket The S3 bucket.
* @param identity The CloudFront Origin Access Identity.
* @param bucket - The S3 bucket.
* @param identity - The CloudFront Origin Access Identity.
* @returns The policy statement.

@@ -18,0 +18,0 @@ */

{
"name": "@medplum/cdk",
"version": "2.1.10",
"version": "2.1.11",
"description": "Medplum CDK Infra as Code",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
"homepage": "https://www.medplum.com/",
"repository": {
"type": "git",
"url": "https://github.com/medplum/medplum.git",
"url": "git+https://github.com/medplum/medplum.git",
"directory": "packages/cdk"
},
"engines": {
"node": ">=18.0.0"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"scripts": {
"clean": "rimraf dist cdk.out",
"build": "npm run clean && tsc --project tsconfig.build.json && node esbuild.mjs",
"cdk": "cdk",
"clean": "rimraf dist cdk.out",
"test": "jest --runInBand"

@@ -31,5 +28,5 @@ },

},
"bin": {
"medplum-cdk-init": "./dist/cjs/init.cjs"
"engines": {
"node": ">=18.0.0"
}
}

@@ -465,4 +465,4 @@ import { MedplumInfraConfig } from '@medplum/core';

* Otherwise, the image name is assumed to be a Docker Hub image.
* @param config The config settings (account number and region).
* @param imageName The image name.
* @param config - The config settings (account number and region).
* @param imageName - The image name.
* @returns The container image.

@@ -469,0 +469,0 @@ */

@@ -15,4 +15,4 @@ import { aws_cloudfront as cloudfront, aws_iam as iam, aws_s3 as s3 } from 'aws-cdk-lib';

*
* @param bucket The S3 bucket.
* @param identity The CloudFront Origin Access Identity.
* @param bucket - The S3 bucket.
* @param identity - The CloudFront Origin Access Identity.
* @returns The policy statement.

@@ -19,0 +19,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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