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 2.0.9 to 3.0.0

2

index.js

@@ -255,3 +255,3 @@ const fs = require('fs')

author: "Falso#4235",
version: "v2.0.9",
version: "v3.0.0",
}

@@ -258,0 +258,0 @@ }

{
"name": "pro.db",
"version": "2.0.9",
"version": "3.0.0",
"description": "a simple and easy database package make your life easy.",

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

@@ -33,3 +33,3 @@ <div align="center">

db.add('key', 10;)// to add a number to the key.
db.add('key', 10;);// to add a number to the key.
db.substract('key', 5);// to subtract a number from the key.

@@ -36,0 +36,0 @@ db.push('key', 10);// to set a data at the end.

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