New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quickonline

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quickonline - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

readme.md

2

package.json
{
"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.`)

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