Comparing version 3.0.9 to 4.0.1
{ | ||
"optOut": false, | ||
"lastUpdateCheck": 1598363556773 | ||
"lastUpdateCheck": 1598761882366 | ||
} |
{ | ||
"optOut": false, | ||
"lastUpdateCheck": 1598361547299 | ||
"lastUpdateCheck": 1598758867396 | ||
} |
@@ -1,1 +0,3 @@ | ||
{} | ||
{ | ||
"w": "j" | ||
} |
19
index.js
@@ -1,15 +0,4 @@ | ||
exports.set = require('./methods/set.js'); | ||
exports.fetch = require('./methods/fetch.js'); | ||
exports.get = require('./methods/fetch.js'); | ||
exports.push = require('./methods/push.js'); | ||
exports.fetchAll =require('./methods/fetchAll.js'); | ||
exports.add = require('./methods/add.js'); | ||
exports.delete = require('./methods/delete.js'); | ||
exports.has = require('./methods/has.js'); | ||
exports.startsWith = require('./methods/startsWith.js'); | ||
exports.arrayHas = require('./methods/arrayHas.js'); | ||
exports.arrayDeleteVal = require('./methods/arrayDeleteVal.js'); | ||
exports.deleteDataEach = require('./methods/deleteDataEach.js'); | ||
exports.includes = require('./methods/includes.js') | ||
exports.objectDeleteKey = require('./methods/objectDeleteKey.js') | ||
exports.clearDB = require('./methods/clearDB.js') | ||
module.exports = require('./master.js') | ||
{ | ||
"name": "wio.db", | ||
"version": "3.0.9", | ||
"version": "4.0.1", | ||
"description": "Gözle okunabilir database modülü.", | ||
@@ -8,5 +8,2 @@ "main": "index.js", | ||
"license": "ISC", | ||
"scripts": { | ||
"start": "node ./index.js" | ||
}, | ||
"repository": { | ||
@@ -20,2 +17,5 @@ "type": "git", | ||
}, | ||
"engines": { | ||
"node": "12.x" | ||
}, | ||
"keywords": [ | ||
@@ -22,0 +22,0 @@ "quick.db", |
@@ -13,9 +13,6 @@ ![Image](https://img.shields.io/npm/v/wio.db?color=%2351F9C0&label=Wio.db) | ||
Turkish: | ||
belirtilen objedeki veri silme özelligi geldi. | ||
databaseyi sıfırlama özelligi geldi. | ||
Veriler artık yedeklenebilir. | ||
English: | ||
Database reset feature has arrived. | ||
Data deletion feature on specified object has arrived. | ||
The data can now be backed up. | ||
##Özellikleri | ||
@@ -32,3 +29,3 @@ quick.db'nin yanı sıra bu json dosyasına verileri kaydeder ve veriler gözle okunabilecek şekilde yazdırılır. | ||
const db = require('wio.db') | ||
db.backup('backup.json') | ||
client.on('ready',() => { | ||
@@ -60,3 +57,3 @@ console.log('Bot ready') | ||
## Bana ulaşabileceğiniz yerler. || Bugs report | ||
[Discord](https://discord.gg/pSGUsGF) | ||
[wio.db Support Server (Discord)](https://discord.gg/pSGUsGF) | ||
[İnstagram](https://www.instagram.com/wioenena.q/) | ||
@@ -63,0 +60,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1
21976
15
135
61