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.36.1 to 1.37.0

16

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

@@ -84,17 +84,17 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.36.1",
"cdk-build-tools": "1.36.1",
"cfn2ts": "1.36.1",
"pkglint": "1.36.1"
"@aws-cdk/assert": "1.37.0",
"cdk-build-tools": "1.37.0",
"cfn2ts": "1.37.0",
"pkglint": "1.37.0"
},
"dependencies": {
"@aws-cdk/core": "1.36.1",
"@aws-cdk/core": "1.37.0",
"constructs": "^3.0.2"
},
"peerDependencies": {
"@aws-cdk/core": "1.36.1",
"@aws-cdk/core": "1.37.0",
"constructs": "^3.0.2"
},
"engines": {
"node": ">= 10.12.0"
"node": ">= 10.13.0"
},

@@ -101,0 +101,0 @@ "stability": "experimental",

@@ -15,3 +15,3 @@ ## Amazon Managed Streaming for Apache Kafka Construct Library

```ts
import msk = require('@aws-cdk/aws-msk');
import * as msk from '@aws-cdk/aws-msk';
```

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