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
4
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 0.9.1 to 0.9.2

15

lib/batch.generated.d.ts

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

static readonly resourceTypeName: string;
readonly ref: ComputeEnvironmentArn;
readonly computeEnvironmentArn: string;
/**

@@ -128,5 +128,2 @@ * Creates a new ``AWS::Batch::ComputeEnvironment``.

}
export declare class ComputeEnvironmentArn extends cdk.Arn {
private readonly thisIsAComputeEnvironmentArn;
}
export declare namespace cloudformation {

@@ -176,3 +173,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: JobDefinitionArn;
readonly jobDefinitionArn: string;
/**

@@ -372,5 +369,2 @@ * Creates a new ``AWS::Batch::JobDefinition``.

}
export declare class JobDefinitionArn extends cdk.Arn {
private readonly thisIsAJobDefinitionArn;
}
export declare namespace cloudformation {

@@ -410,3 +404,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: JobQueueArn;
readonly jobQueueArn: string;
/**

@@ -442,4 +436,1 @@ * Creates a new ``AWS::Batch::JobQueue``.

}
export declare class JobQueueArn extends cdk.Arn {
private readonly thisIsAJobQueueArn;
}

12

package.json
{
"name": "@aws-cdk/aws-batch",
"version": "0.9.1",
"version": "0.9.2",
"description": "The CDK Construct Library for AWS::Batch",

@@ -55,11 +55,11 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.9.1",
"cdk-build-tools": "^0.9.1",
"cfn2ts": "^0.9.1",
"pkglint": "^0.9.1"
"@aws-cdk/assert": "^0.9.2",
"cdk-build-tools": "^0.9.2",
"cfn2ts": "^0.9.2",
"pkglint": "^0.9.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.9.1"
"@aws-cdk/cdk": "^0.9.2"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

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