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.1.2 to 0.2.0

bin/yaserver

12

out/index.js

@@ -79,8 +79,2 @@ "use strict";

res.end(content);
// // var data = "do shash'owania";
// // response.writeHead(200, 'OK');
// // response.end(requestedPath);
// console.log(`here i am`);
// console.log(entries);
// return notFound(req, res);
});

@@ -222,7 +216,1 @@ }

//#endregion
// createServer({ rootDir: 'C:\\Alex\\src' }).then((yaserver) => {
// const server = http.createServer((request, response) => {
// yaserver.handle(request, response);
// });
// server.listen(8000);
// });
{
"name": "yaserver",
"version": "0.1.2",
"version": "0.2.0",
"description": "Yet Another Server",

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

],
"bin": {
"yaserver": "./bin/yaserver"
},
"author": "Alexandru Dima",

@@ -20,0 +23,0 @@ "license": "MIT",

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