Socket
Socket
Sign inDemoInstall

rjweb-server

Package Overview
Dependencies
0
Maintainers
1
Versions
369
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

2

index.js

@@ -160,3 +160,3 @@ const { getAllFiles, getAllFilesFilter } = require('./utils/getAllFiles.js')

res.setHeader('Access-Control-Allow-Methods', types.join(','))
if (req.method === 'OPTIONS') res.end('')
if (req.method === 'OPTIONS') return res.end('')
}

@@ -163,0 +163,0 @@

{
"name": "rjweb-server",
"version": "0.7.0",
"version": "0.7.1",
"description": "Easy and Lightweight Way to create a Web Server in Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc