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

@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.0.0 to 1.1.0

34

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

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

"type": "git",
"url": "https://github.com/awslabs/aws-cdk.git",
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/@aws-cdk/aws-glue"

@@ -69,20 +69,20 @@ },

"devDependencies": {
"@aws-cdk/assert": "^1.0.0",
"cdk-build-tools": "^1.0.0",
"cdk-integ-tools": "^1.0.0",
"cfn2ts": "^1.0.0",
"pkglint": "^1.0.0"
"@aws-cdk/assert": "^1.1.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/aws-kms": "^1.0.0",
"@aws-cdk/aws-s3": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
"@aws-cdk/aws-iam": "^1.1.0",
"@aws-cdk/aws-kms": "^1.1.0",
"@aws-cdk/aws-s3": "^1.1.0",
"@aws-cdk/core": "^1.1.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/aws-kms": "^1.0.0",
"@aws-cdk/aws-s3": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
"@aws-cdk/aws-iam": "^1.1.0",
"@aws-cdk/aws-kms": "^1.1.0",
"@aws-cdk/aws-s3": "^1.1.0",
"@aws-cdk/core": "^1.1.0"
},

@@ -93,2 +93,2 @@ "engines": {

"stability": "experimental"
}
}

@@ -18,3 +18,3 @@ ## AWS Glue Construct Library

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.

@@ -204,2 +204,2 @@ ### Database

* `map` - map of some primitive key type to any value type.
* `struct` - nested structure containing individually named and typed columns.
* `struct` - nested structure containing individually named and typed columns.

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