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.8 to 1.0.9

2

package.json
{
"name": "quickonline",
"version": "1.0.8",
"version": "1.0.9",
"description": "Simple package makes quick.db, online data (it's simple)!",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,3 +9,8 @@ # quickonline

const quickonline = require('quickonline')
const host = new quickonline.host(8080) // port
let serverdata = {
port: 8080, // port
username: "darky", // Database username (EX)
password: "omg" // database password (EX)
}
const host = new quickonline.host(serverdata) // port
host.start() // save the url of the project so u can use it on ur bot or whatever

@@ -16,4 +21,10 @@ ```

const quickonline = require('quickonline')
const dbo = new quickonline.bot("database url here")
let serverdata = {
url: "database url here", // database url
username: "darky", // Database username (EX)
password: "omg" // database password (EX)
}
const dbo = new quickonline.bot(serverdata)
dbo.set('wow', "hi")

@@ -20,0 +31,0 @@ // null > hi

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