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

@aws-cdk/aws-batch

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-batch - npm Package Compare versions

Comparing version 1.18.0 to 1.19.0

test/batch.test.d.ts

6

lib/batch.generated.d.ts

@@ -88,3 +88,3 @@ import cdk = require('@aws-cdk/core');

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -315,3 +315,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -700,3 +700,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -703,0 +703,0 @@ };

{
"name": "@aws-cdk/aws-batch",
"version": "1.18.0",
"version": "1.19.0",
"description": "The CDK Construct Library for AWS::Batch",

@@ -63,15 +63,26 @@ "main": "lib/index.js",

},
"jest": {
"moduleFileExtensions": [
"js"
],
"coverageThreshold": {
"global": {
"branches": 60,
"statements": 80
}
}
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cfn2ts": "1.18.0",
"pkglint": "1.18.0"
"@aws-cdk/assert": "1.19.0",
"cdk-build-tools": "1.19.0",
"cfn2ts": "1.19.0",
"pkglint": "1.19.0"
},
"dependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},

@@ -78,0 +89,0 @@ "engines": {

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