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

@aws-cdk/assets

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/assets - npm Package Compare versions

Comparing version 0.38.0 to 0.39.0

22

package.json
{
"name": "@aws-cdk/assets",
"version": "0.38.0",
"version": "0.39.0",
"description": "Integration of CDK apps with local assets",

@@ -66,9 +66,9 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.38.0",
"@aws-cdk/assert": "^0.39.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^0.38.0",
"cdk-build-tools": "^0.38.0",
"cdk-integ-tools": "^0.38.0",
"pkglint": "^0.38.0",
"aws-cdk": "^0.39.0",
"cdk-build-tools": "^0.39.0",
"cdk-integ-tools": "^0.39.0",
"pkglint": "^0.39.0",
"sinon": "^7.3.2",

@@ -78,4 +78,4 @@ "ts-mock-imports": "^1.2.3"

"dependencies": {
"@aws-cdk/core": "^0.38.0",
"@aws-cdk/cx-api": "^0.38.0",
"@aws-cdk/core": "^0.39.0",
"@aws-cdk/cx-api": "^0.39.0",
"minimatch": "^3.0.4"

@@ -85,4 +85,4 @@ },

"peerDependencies": {
"@aws-cdk/core": "^0.38.0",
"@aws-cdk/cx-api": "^0.38.0"
"@aws-cdk/core": "^0.39.0",
"@aws-cdk/cx-api": "^0.39.0"
},

@@ -95,3 +95,3 @@ "engines": {

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

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

![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge)
![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.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.

@@ -12,0 +16,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