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

to
3.0.0-0

36

package.json
{
"name": "graphql-kafkajs-subscriptions",
"version": "2.1.9",
"version": "3.0.0-0",
"description": "Apollo graphql subscription over Kafka protocol",

@@ -33,9 +33,5 @@ "keywords": [

"test:watch": "jest --watchAll",
"watch": "tsc -w"
"watch": "tsc -w",
"prepare": "husky install"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"jest": {

@@ -55,22 +51,22 @@ "moduleFileExtensions": [

"dependencies": {
"graphql-subscriptions": "^1.1.0",
"iterall": "^1.2.2"
"graphql-subscriptions": "^2.0.0",
"iterall": "^1.3.0"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@types/jest": "^27.4.0",
"@types/node": "^12.12.14",
"husky": "^4.2.3",
"jest": "27.4.7",
"kafkajs": "^1.15.0",
"prettier": "2.5.1",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/jest": "^28.1.7",
"@types/node": "^14.18.24",
"husky": "^8.0.1",
"jest": "28.1.3",
"kafkajs": "^2.2.0",
"prettier": "2.7.1",
"standard-version": "^9.3.2",
"ts-jest": "27.1.3",
"ts-jest": "28.0.8",
"tslint": "6.1.3",
"typescript": "^4.5.4"
"typescript": "^4.7.4"
},
"peerDependencies": {
"kafkajs": "^1.11.0"
"kafkajs": "^2.2.0"
}
}