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.3.0 to 1.4.0

2

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

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

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

## 📂 | Installation
```sh

@@ -21,3 +22,3 @@ npm install pro.db

## ・| Set & Get & Fetch
## 📜 | How To Use
```js

@@ -27,26 +28,17 @@ db.set('key')

db.get('key')
```
## ・| Add & Substract & Math
```js
db.add('key', 8)
db.substract('key', 2)
db.math("key","+",2)
```
## ・| Check & Delete & All
```js
db.check('key')
db.delete('key')
db.all()
```
## ・| Push & Reset & Backup
```js
db.push('key', 8)
db.reset()
db.backup("Filename")
db.backup("data")
```
## ・| Contact
## 👥 | Contact
Discord : `MrSmart#0001`
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