New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

https-server

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

https-server - npm Package Compare versions

Comparing version
0.0.9
to
0.1.1
+1
-1
package.json
{
"name": "https-server",
"description": "Basic https server that hosts a simple html page.",
"version": "0.0.9",
"version": "0.1.1",
"keywords": [

@@ -6,0 +6,0 @@ "https-server",

Really simple HTTPS server for hosting simple html page. You can create
the private key (key.pem)and certificate (cert.pem) using OpenSSL or
the Mobilefish Self-Signed certificate generator.
the Mobilefish Self-Signed certificate generator. Make sure to save
the certificate and key in your https-server folder.