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

@4c/graphql-subscription-server

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4c/graphql-subscription-server - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

16

package.json
{
"name": "@4c/graphql-subscription-server",
"version": "1.2.0",
"author": "4Catalyzer",
"version": "1.2.1",
"author": {
"name": "4Catalyzer"
},
"license": "MIT",

@@ -37,9 +39,5 @@ "main": "index.js",

"dependencies": {
"@types/express": "^4.17.6",
"@types/jest": "^26.0.3",
"@types/redis": "^2.8.16",
"@types/socket.io": "^2.1.6",
"express": "^4.17.1",
"redis": "^3.0.0",
"socket.io": "^2.3.0"
"socket.io": "^3.0.1"
},

@@ -54,3 +52,5 @@ "peerDependencies": {

"url": "https://github.com/4Catalyzer/graphql-subscription-server/issues"
}
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/4Catalyzer/graphql-subscription-server#readme"
}

@@ -44,3 +44,3 @@ "use strict";

this.log = createLogger('@4c/SubscriptionServer::Server');
this.io = (0, _socket.default)({
this.io = new _socket.default.Server({
serveClient: false,

@@ -47,0 +47,0 @@ path: this.config.path,

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