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

@aws-cdk/aws-glue

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/aws-glue - npm Package Compare versions

Comparing version 1.32.2 to 1.33.0

35

package.json
{
"name": "@aws-cdk/aws-glue",
"version": "1.32.2",
"version": "1.33.0",
"description": "The CDK Construct Library for AWS::Glue",

@@ -65,29 +65,30 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.32.2",
"@aws-cdk/assert": "1.33.0",
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.32.2",
"cdk-integ-tools": "1.32.2",
"cfn2ts": "1.32.2",
"cdk-build-tools": "1.33.0",
"cdk-integ-tools": "1.33.0",
"cfn2ts": "1.33.0",
"nodeunit": "^0.11.3",
"pkglint": "1.32.2"
"pkglint": "1.33.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "1.32.2",
"@aws-cdk/aws-kms": "1.32.2",
"@aws-cdk/aws-s3": "1.32.2",
"@aws-cdk/core": "1.32.2",
"constructs": "^2.0.0"
"@aws-cdk/aws-iam": "1.33.0",
"@aws-cdk/aws-kms": "1.33.0",
"@aws-cdk/aws-s3": "1.33.0",
"@aws-cdk/core": "1.33.0",
"constructs": "^3.0.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "1.32.2",
"@aws-cdk/aws-kms": "1.32.2",
"@aws-cdk/aws-s3": "1.32.2",
"@aws-cdk/core": "1.32.2",
"constructs": "^2.0.0"
"@aws-cdk/aws-iam": "1.33.0",
"@aws-cdk/aws-kms": "1.33.0",
"@aws-cdk/aws-s3": "1.33.0",
"@aws-cdk/core": "1.33.0",
"constructs": "^3.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},
"stability": "experimental",
"maturity": "experimental",
"awslint": {

@@ -94,0 +95,0 @@ "exclude": [

## AWS Glue Construct Library
<!--BEGIN STABILITY BANNER-->
---
![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge)
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
> **This is a _developer preview_ (public beta) module.**
>
> 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.
> All classes with the `Cfn` prefix in this module ([CFN Resources](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) are always stable and safe to use.
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)
> The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be announced in the release notes. 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.
---

@@ -18,0 +14,0 @@ <!--END STABILITY BANNER-->

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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