Socket
Socket
Sign inDemoInstall

pro.db

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pro.db - npm Package Compare versions

Comparing version 1.0.9 to 1.1.0

8

index.js

@@ -24,2 +24,10 @@ const fs = require ('fs')

}
importFromQuickDB(quickDB) {
if (!quickDB) throw Error(`please write value to quick db`)
quickDB.all().forEach(async body => {
this.set(body.ID, quickDB.get(body.ID))
})
if (this.log === true) {
console.log("DONE")
}
fetch(data){

@@ -26,0 +34,0 @@ if(!fs.existsSync(`data.json`)) {

2

package.json
{
"name": "pro.db",
"version": "1.0.9",
"version": "1.1.0",
"description": "a simple and easy database package make your life easy.",

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

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