Socket
Socket
Sign inDemoInstall

hapi-plugin-websocket

Package Overview
Dependencies
103
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.7 to 2.3.8

2

hapi-plugin-websocket.js
/*
** hapi-plugin-websocket -- HAPI plugin for seamless WebSocket integration
** Copyright (c) 2016-2021 Dr. Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2016-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

{
"name": "hapi-plugin-websocket",
"version": "2.3.7",
"version": "2.3.8",
"description": "HAPI plugin for seamless WebSocket integration",

@@ -23,15 +23,14 @@ "keywords": [ "hapi", "plugin", "websocket" ],

"dependencies": {
"urijs": "1.19.7",
"urijs": "1.19.11",
"@hapi/hoek": "9.2.1",
"@hapi/boom": "9.1.4",
"ws": "8.2.3",
"ws": "8.5.0",
"websocket-framed": "1.2.8"
},
"devDependencies": {
"@hapi/hapi": "20.2.1",
"@hapi/hapi": "20.2.2",
"@hapi/basic": "6.0.0",
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.2",
"eslint": "8.13.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0"

@@ -38,0 +37,0 @@ },

@@ -108,3 +108,3 @@

initially: true,
subprotocol: "quux/1.0",
subprotocol: "quux",
connect: ({ ctx, ws }) => {

@@ -362,3 +362,3 @@ ctx.to = setInterval(() => {

Copyright (c) 2016-2021 Dr. Ralf S. Engelschall (http://engelschall.com/)
Copyright (c) 2016-2022 Dr. Ralf S. Engelschall (http://engelschall.com/)

@@ -365,0 +365,0 @@ Permission is hereby granted, free of charge, to any person obtaining

@@ -75,3 +75,3 @@

initially: true,
subprotocol: "quux/1.0",
subprotocol: "quux",
connect: ({ ctx, ws }) => {

@@ -78,0 +78,0 @@ ctx.to = setInterval(() => {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc