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

ej-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ej-cli - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

lib/cli.js

4

lib/serve.js

@@ -6,10 +6,6 @@ var http = require("http"),

var path;
module.exports = serve;
function serve(options) {
port = +(options.port);
function onRequest(request, response) {

@@ -16,0 +12,0 @@ var uri = url.parse(request.url).pathname,

{
"name": "ej-cli",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "lib/index.js",
"main": "lib/cli.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

Sorry, the diff of this file is not supported yet

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