Socket
Socket
Sign inDemoInstall

@fangxq/request

Package Overview
Dependencies
82
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.34 to 0.0.35

3

listen.js
const fs = require('fs')
const express = require('express')
const expressWS = require('express-ws')
const https = require('https')

@@ -35,2 +36,4 @@ const cors = require('cors')

if (wshandler) {
expressWS(app)
app.ws('/', async (ws, req) => {

@@ -37,0 +40,0 @@ await wshandler(ws)

2

package.json
{
"name": "@fangxq/request",
"version": "0.0.34",
"version": "0.0.35",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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