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

@graphql-sse/server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-sse/server - npm Package Compare versions

Comparing version 0.0.2 to 0.0.7

src/index.d.ts

49

CHANGELOG.md

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

## [0.0.7](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.6...@graphql-sse/server@0.0.7) (2021-09-21)
### Bug Fixes
* express lib entry point ([365a433](https://github.com/faboulaws/graphql-sse/commit/365a433f253eb30057828e2689e81cdc1dbbab74))
## [0.0.6](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.5...@graphql-sse/server@0.0.6) (2021-09-21)
### Bug Fixes
* server entry point ([8160389](https://github.com/faboulaws/graphql-sse/commit/8160389daf69f1b3902d241d96bd59d0da51af9d))
## [0.0.5](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.4...@graphql-sse/server@0.0.5) (2021-09-21)
**Note:** Version bump only for package @graphql-sse/server
## [0.0.4](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.3...@graphql-sse/server@0.0.4) (2021-09-21)
**Note:** Version bump only for package @graphql-sse/server
## [0.0.3](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.1...@graphql-sse/server@0.0.3) (2021-09-21)
### Bug Fixes
* dependencies ([ec61c30](https://github.com/faboulaws/graphql-sse/commit/ec61c3068c44fa1d0ddbcb5010ce47e0b31f0bac))
## [0.0.2](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.1...@graphql-sse/server@0.0.2) (2021-09-21)

@@ -8,0 +57,0 @@

12

package.json
{
"name": "@graphql-sse/server",
"version": "0.0.2",
"version": "0.0.7",
"description": "GraphQL Subscription over SSE",
"main": "dist/src/index.js",
"main": "./src/index.js",
"scripts": {

@@ -25,6 +25,6 @@ "test": "echo \"Error: no test specified\" && exit 1"

"devDependencies": {
"graphql": ">=0.11 <=16"
"graphql": "^15.6.0"
},
"peerDependencies": {
"graphql": "^15.6.0"
"graphql": ">=0.11 <=16"
},

@@ -34,3 +34,5 @@ "publishConfig": {

"directory": "../../dist/libs/server"
}
},
"gitHead": "d19e7c9c154625883e3b2fccc483fe48c37e688a",
"typings": "./src/index.d.ts"
}
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