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 3.0.3 to 3.0.4

6

index.js
const fs = require('fs')
class Falso {
class Data {
constructor() {}
set(data, value) {

@@ -267,2 +265,2 @@ if (!fs.existsSync(`database.json`)) {

}
module.exports = new Falso();
module.exports = new Data();
{
"name": "pro.db",
"version": "3.0.3",
"version": "3.0.4",
"description": "a simple and easy database package make your life easy.",

@@ -16,4 +16,4 @@ "main": "index.js",

],
"author": "Flaso",
"author": "Karlos",
"license": "CC BY-NC-ND 4.0"
}
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