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

graphql-ws

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-ws - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

5

package.json
{
"name": "graphql-ws",
"version": "0.1.14",
"version": "0.1.15",
"description": "WebSocket transport for GraphQL",

@@ -61,3 +61,4 @@ "main": "dist/index.js",

"typescript": "^2.7.2",
"webpack": "^4.1.1"
"webpack": "^4.4.0",
"webpack-cli": "^2.0.13"
},

@@ -64,0 +65,0 @@ "typings": "dist/index.d.ts",

1

unpkg-webpack.config.js
var path = require('path');
module.exports = {
mode: 'production',
context: path.join(__dirname, '/dist'),

@@ -5,0 +6,0 @@ entry: './client.js',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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