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.1.0 to 1.2.0

9

index.js

@@ -24,10 +24,3 @@ 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){

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

2

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

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

@@ -0,1 +1,8 @@

<div align="center">
<p>
<img style="margin-bottom:-6px" src="https://media.discordapp.net/attachments/918474605688139787/918481657193967686/68747470733a2f2f692e696d6775722e636f6d2f6b6e646d546f342e706e67.png?width=830&height=221"/>
<a href="https://www.npmjs.com/package/pro.db/" alt="pro.db" /></a>
</p>
# Pro Database

@@ -2,0 +9,0 @@ Before using the package , You need To make a file named "data.json" in your project.

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