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

@graphql-sse/express

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-sse/express - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.14](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/express@0.0.13...@graphql-sse/express@0.0.14) (2021-09-30)
**Note:** Version bump only for package @graphql-sse/express
## [0.0.13](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/express@0.0.12...@graphql-sse/express@0.0.13) (2021-09-30)

@@ -8,0 +16,0 @@

2

package.json
{
"name": "@graphql-sse/express",
"version": "0.0.13",
"version": "0.0.14",
"dependencies": {

@@ -5,0 +5,0 @@ "@graphql-sse/server": "0.0.13",

@@ -36,3 +36,3 @@ # @graphql-see/express

The snippet below is a sample from the [Apollo Server Example App](https://github.com/faboulaws/graphql-sse/apps/apollo-server-example]).
The snippet below is a sample from the [Apollo Server Example App](https://github.com/faboulaws/graphql-sse/tree/main/apps/apollo-server-example]).

@@ -42,3 +42,3 @@

import { createServer } from 'http';
import { SubscriptionServer } from 'libs/express/src';
import { SubscriptionServer } from '@graphql-sse/server';
import { makeExecutableSchema } from '@graphql-tools/schema';

@@ -45,0 +45,0 @@ import * as express from 'express';

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