Comparing version 0.1.2 to 0.2.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12299
4
244
1