You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-ecr-assets

Package Overview
Dependencies
Maintainers
5
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.36.1 to 0.36.2

52

package.json
{
"name": "@aws-cdk/aws-ecr-assets",
"version": "0.36.1",
"version": "0.36.2",
"description": "Docker image assets deployed to ECR",

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

"groupId": "software.amazon.awscdk",
"artifactId": "ecr-assets"
"artifactId": "ecr-assets",
"versionSuffix": ".DEVPREVIEW"
}

@@ -22,3 +23,4 @@ },

"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
"assemblyOriginatorKeyFile": "../../key.snk",
"versionSuffix": "-devpreview"
},

@@ -62,30 +64,30 @@ "python": {

"devDependencies": {
"@aws-cdk/assert": "^0.36.1",
"@aws-cdk/assert": "^0.36.2",
"@types/proxyquire": "^1.3.28",
"aws-cdk": "^0.36.1",
"cdk-build-tools": "^0.36.1",
"cdk-integ-tools": "^0.36.1",
"pkglint": "^0.36.1",
"aws-cdk": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cdk-integ-tools": "^0.36.2",
"pkglint": "^0.36.2",
"proxyquire": "^2.1.0"
},
"dependencies": {
"@aws-cdk/assets": "^0.36.1",
"@aws-cdk/aws-cloudformation": "^0.36.1",
"@aws-cdk/aws-ecr": "^0.36.1",
"@aws-cdk/aws-iam": "^0.36.1",
"@aws-cdk/aws-lambda": "^0.36.1",
"@aws-cdk/aws-s3": "^0.36.1",
"@aws-cdk/core": "^0.36.1",
"@aws-cdk/cx-api": "^0.36.1"
"@aws-cdk/assets": "^0.36.2",
"@aws-cdk/aws-cloudformation": "^0.36.2",
"@aws-cdk/aws-ecr": "^0.36.2",
"@aws-cdk/aws-iam": "^0.36.2",
"@aws-cdk/aws-lambda": "^0.36.2",
"@aws-cdk/aws-s3": "^0.36.2",
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/assets": "^0.36.1",
"@aws-cdk/aws-cloudformation": "^0.36.1",
"@aws-cdk/aws-ecr": "^0.36.1",
"@aws-cdk/aws-iam": "^0.36.1",
"@aws-cdk/aws-lambda": "^0.36.1",
"@aws-cdk/aws-s3": "^0.36.1",
"@aws-cdk/core": "^0.36.1",
"@aws-cdk/cx-api": "^0.36.1"
"@aws-cdk/assets": "^0.36.2",
"@aws-cdk/aws-cloudformation": "^0.36.2",
"@aws-cdk/aws-ecr": "^0.36.2",
"@aws-cdk/aws-iam": "^0.36.2",
"@aws-cdk/aws-lambda": "^0.36.2",
"@aws-cdk/aws-s3": "^0.36.2",
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2"
},

@@ -98,3 +100,3 @@ "nyc": {

},
"stability": "experimental"
"stability": "stable"
}

@@ -6,10 +6,6 @@ # AWS CDK Docker Image Assets

![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge)
![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge)
> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have
> future breaking changes.**
>
> This API is still under active development and subject to non-backward
> compatible changes or removal in any future version. Use of the API is not recommended in production
> environments. Experimental APIs are not subject to the Semantic Versioning model.

@@ -26,3 +22,3 @@ ---

```typescript
import { DockerImageAsset } from '@aws-cdk/assets-docker';
import { DockerImageAsset } from '@aws-cdk/aws-ecr-assets';

@@ -29,0 +25,0 @@ const asset = new DockerImageAsset(this, 'MyBuildImage', {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc