Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

chatc-cli

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

chatc-cli - npm Package Compare versions

Comparing version
0.2.3-1
to
0.2.3-2
+3
-3
chatc.js

@@ -39,3 +39,3 @@ #!/usr/bin/env node

directory: {
path: './vendor/'
path: __dirname + '/vendor/'
}

@@ -49,3 +49,3 @@ }

handler: function (request, reply) {
reply.file('index.html');
reply.file(__dirname + '/index.html');
}

@@ -59,3 +59,3 @@ });

handler: function (request, reply) {
reply.file('favicon.ico');
reply.file(__dirname + '/favicon.ico');
}

@@ -62,0 +62,0 @@ });

{
"name": "chatc-cli",
"version": "0.2.3-1",
"version": "0.2.3-2",
"description": "A chat with Socket.io",

@@ -33,2 +33,6 @@ "main": "chatc.js",

],
"bugs": {
"url": "https://github.com/cedced19/chatc-cli/issues"
},
"homepage": "https://github.com/cedced19/chatc-cli",
"devDependencies": {

@@ -35,0 +39,0 @@ "grunt": "^0.4.5",