Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yaserver

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaserver - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

6

out/index.js

@@ -48,2 +48,5 @@ "use strict";

break;
case '.htm':
headers['Content-Type'] = 'text/html';
break;
case '.js':

@@ -61,2 +64,5 @@ headers['Content-Type'] = 'text/javascript';

break;
case '.wasm':
headers['Content-Type'] = 'application/wasm';
break;
case '.map': break;

@@ -63,0 +69,0 @@ default:

0

out/yaserver.js

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "yaserver",
"version": "0.2.0",
"version": "0.3.0",
"description": "Yet Another Server",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc