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

@aws-cdk/aws-s3-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

@aws-cdk/aws-s3-assets - npm Package Compare versions

Comparing version 1.26.0 to 1.27.0

34

package.json
{
"name": "@aws-cdk/aws-s3-assets",
"version": "1.26.0",
"version": "1.27.0",
"description": "Deploy local files and directories to S3",

@@ -62,10 +62,10 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.26.0",
"@aws-cdk/assert": "1.27.0",
"@types/nodeunit": "^0.0.30",
"@types/sinon": "^7.5.0",
"aws-cdk": "1.26.0",
"cdk-build-tools": "1.26.0",
"cdk-integ-tools": "1.26.0",
"@types/sinon": "^7.5.2",
"aws-cdk": "1.27.0",
"cdk-build-tools": "1.27.0",
"cdk-integ-tools": "1.27.0",
"nodeunit": "^0.11.3",
"pkglint": "1.26.0",
"pkglint": "1.27.0",
"sinon": "^9.0.0",

@@ -75,15 +75,15 @@ "ts-mock-imports": "^1.2.6"

"dependencies": {
"@aws-cdk/assets": "1.26.0",
"@aws-cdk/aws-iam": "1.26.0",
"@aws-cdk/aws-s3": "1.26.0",
"@aws-cdk/core": "1.26.0",
"@aws-cdk/cx-api": "1.26.0"
"@aws-cdk/assets": "1.27.0",
"@aws-cdk/aws-iam": "1.27.0",
"@aws-cdk/aws-s3": "1.27.0",
"@aws-cdk/core": "1.27.0",
"@aws-cdk/cx-api": "1.27.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/assets": "1.26.0",
"@aws-cdk/aws-iam": "1.26.0",
"@aws-cdk/aws-s3": "1.26.0",
"@aws-cdk/core": "1.26.0",
"@aws-cdk/cx-api": "1.26.0"
"@aws-cdk/assets": "1.27.0",
"@aws-cdk/aws-iam": "1.27.0",
"@aws-cdk/aws-s3": "1.27.0",
"@aws-cdk/core": "1.27.0",
"@aws-cdk/cx-api": "1.27.0"
},

@@ -90,0 +90,0 @@ "engines": {

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

> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have
> future breaking changes.**
> **This is a _developer preview_ (public beta) module.**
>
> 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.
> All classes with the `Cfn` prefix in this module ([CFN Resources](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib))
> are auto-generated from CloudFormation. They are stable and safe to use.
>
> However, all other classes, i.e., higher level constructs, are under active development and subject to non-backward
> compatible changes or removal in any future version. These are not subject to the [Semantic Versioning](https://semver.org/) model.
> This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.

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