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.3 to 0.7.4

2

package.json
{
"name": "rjweb-server",
"version": "0.7.3",
"version": "0.7.4",
"description": "Easy and Lightweight Way to create a Web Server in Node.js",

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

@@ -5,2 +5,3 @@ const { getAllFiles, getAllFilesFilter } = require('../misc/getAllFiles')

const path = require('node:path')
const fs = require('node:fs')

@@ -33,3 +34,2 @@ module.exports = class routeList {

* @param {String} folder Path to the Folder with the static files
* @param {Object} options Some Additional Options
*

@@ -36,0 +36,0 @@ * @typedef {Object} staticOptions { preload: Boolean, remHTML: Boolean }

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