Socket
Socket
Sign inDemoInstall

graphql-subscriptions

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-subscriptions - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

4

CHANGELOG.md

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

### 0.5.7
- Add `graphql@0.13` to `peerDependencies`.
### 0.5.6

@@ -7,0 +11,0 @@

7

package.json
{
"name": "graphql-subscriptions",
"version": "0.5.6",
"version": "0.5.7",
"description": "GraphQL subscriptions for node.js",

@@ -11,7 +11,6 @@ "main": "dist/index.js",

"dependencies": {
"es6-promise": "^4.1.1",
"iterall": "^1.1.3"
},
"peerDependencies": {
"graphql": "^0.10.5 || ^0.11.3 || ^0.12.0"
"graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0"
},

@@ -35,3 +34,3 @@ "scripts": {

"chai-as-promised": "^7.1.1",
"graphql": "^0.12.3",
"graphql": "^0.13.0",
"istanbul": "^1.0.0-alpha.2",

@@ -38,0 +37,0 @@ "mocha": "^3.3.0",

Sorry, the diff of this file is not supported yet

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