New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql-kafkajs-subscriptions

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-kafkajs-subscriptions - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### 2.1.1 (2021-04-05)
## [2.1.0](https://github.com/tomasAlabes/graphql-kafkajs-subscriptions/compare/v1.0.1...v2.1.0) (2020-08-04)

@@ -7,0 +9,0 @@

8

package.json
{
"name": "graphql-kafkajs-subscriptions",
"version": "2.1.0",
"version": "2.1.1",
"description": "Apollo graphql subscription over Kafka protocol",

@@ -58,4 +58,4 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/jest": "^24.0.23",

@@ -67,3 +67,3 @@ "@types/node": "^12.12.14",

"prettier": "2.0.5",
"standard-version": "^8.0.1",
"standard-version": "^9.1.1",
"ts-jest": "26.0.0",

@@ -70,0 +70,0 @@ "tslint": "5.20.1",

@@ -29,3 +29,5 @@ # graphql-kafkajs-subscriptions

kafka: new Kafka({/* ... */})
groupIdPrefix: "my-group-id-prefix" // used for kafka pub/sub
groupIdPrefix: "my-group-id-prefix", // used for kafka pub/sub,
producerConfig: {}, // optional kafkajs producer configuration
consumerConfig: {} // optional kafkajs consumer configuration
})

@@ -79,3 +81,2 @@ ```

```javascript

@@ -82,0 +83,0 @@ const event = {/* ... */};

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