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.30.0 to 1.31.0

35

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

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

"devDependencies": {
"@aws-cdk/assert": "1.30.0",
"@aws-cdk/assert": "1.31.0",
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.30.0",
"cdk-integ-tools": "1.30.0",
"cfn2ts": "1.30.0",
"cdk-build-tools": "1.31.0",
"cdk-integ-tools": "1.31.0",
"cfn2ts": "1.31.0",
"nodeunit": "^0.11.3",
"pkglint": "1.30.0"
"pkglint": "1.31.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "1.30.0",
"@aws-cdk/aws-kms": "1.30.0",
"@aws-cdk/aws-s3": "1.30.0",
"@aws-cdk/core": "1.30.0",
"constructs": "^1.1.2"
"@aws-cdk/aws-iam": "1.31.0",
"@aws-cdk/aws-kms": "1.31.0",
"@aws-cdk/aws-s3": "1.31.0",
"@aws-cdk/core": "1.31.0",
"constructs": "^2.0.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "1.30.0",
"@aws-cdk/aws-kms": "1.30.0",
"@aws-cdk/aws-s3": "1.30.0",
"@aws-cdk/core": "1.30.0",
"constructs": "^1.1.2"
"@aws-cdk/aws-iam": "1.31.0",
"@aws-cdk/aws-kms": "1.31.0",
"@aws-cdk/aws-s3": "1.31.0",
"@aws-cdk/core": "1.31.0",
"constructs": "^2.0.0"
},

@@ -126,3 +126,6 @@ "engines": {

]
},
"awscdkio": {
"announce": false
}
}

@@ -5,3 +5,3 @@ import { Test } from 'nodeunit';

'explicit locationURI'(test: Test): void;
'fromDatabase'(test: Test): void;
fromDatabase(test: Test): void;
'locationUri length must be >= 1'(test: Test): void;

@@ -8,0 +8,0 @@ 'locationUri length must be <= 1024'(test: Test): void;

@@ -18,3 +18,3 @@ import { Test } from 'nodeunit';

'explicit s3 bucket and with empty prefix'(test: Test): void;
'grants': {
grants: {
'read only'(test: Test): void;

@@ -24,3 +24,3 @@ 'write only'(test: Test): void;

};
'validate': {
validate: {
'at least one column'(test: Test): void;

@@ -27,0 +27,0 @@ 'unique column names'(test: Test): void;

Sorry, the diff of this file is not supported yet

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