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

@aws-cdk/aws-msk

Package Overview
Dependencies
Maintainers
5
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-msk - npm Package Compare versions

Comparing version 1.38.0 to 1.39.0

8

lib/msk.generated.d.ts

@@ -78,2 +78,10 @@ import * as cdk from '@aws-cdk/core';

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnCluster;
/**
* `AWS::MSK::Cluster.BrokerNodeGroupInfo`

@@ -80,0 +88,0 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-brokernodegroupinfo

36

package.json
{
"name": "@aws-cdk/aws-msk",
"version": "1.38.0",
"version": "1.39.0",
"description": "The CDK Construct Library for AWS::MSK",

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

"cdk-build": {
"cloudformation": "AWS::MSK"
"cloudformation": "AWS::MSK",
"jest": true
},

@@ -66,36 +67,19 @@ "keywords": [

},
"jest": {
"moduleFileExtensions": [
"js"
],
"coverageThreshold": {
"global": {
"branches": 60,
"statements": 80
}
},
"collectCoverage": true,
"coverageReporters": [
"lcov",
"html",
"text-summary"
]
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.38.0",
"cdk-build-tools": "1.38.0",
"cfn2ts": "1.38.0",
"pkglint": "1.38.0"
"@aws-cdk/assert": "1.39.0",
"cdk-build-tools": "1.39.0",
"cfn2ts": "1.39.0",
"pkglint": "1.39.0"
},
"dependencies": {
"@aws-cdk/core": "1.38.0",
"@aws-cdk/core": "1.39.0",
"constructs": "^3.0.2"
},
"peerDependencies": {
"@aws-cdk/core": "1.38.0",
"@aws-cdk/core": "1.39.0",
"constructs": "^3.0.2"
},
"engines": {
"node": ">= 10.13.0"
"node": ">= 10.13.0 <13 || >=13.7.0"
},

@@ -102,0 +86,0 @@ "stability": "experimental",

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