quickonline
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "quickonline", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Simple package makes quick.db, online data (it's simple)!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,4 +0,1 @@ | ||
const express = require('express') | ||
const db = require('quick.db') | ||
const app = new express() | ||
class host { | ||
@@ -9,3 +6,5 @@ constructor(data) { | ||
// ( i don't own this pog to check if package exist or no forked it from afriend ) | ||
function moduleAvailable(name) { | ||
} | ||
async start() { | ||
function moduleAvailable(name) { | ||
try { | ||
@@ -20,4 +19,6 @@ require.resolve(name); | ||
} | ||
async start() { | ||
const express = require('express') | ||
const db = require('quick.db') | ||
const app = new express() | ||
app.listen(this.port, () => { | ||
@@ -24,0 +25,0 @@ console.log(`[Database] started.`) |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
5
1
1