Socket
Socket
Sign inDemoInstall

wio.db

Package Overview
Dependencies
4
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.14 to 4.0.15

2

package.json
{
"name": "wio.db",
"version": "4.0.14",
"version": "4.0.15",
"description": "Gözle okunabilir database modülü.",

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

@@ -1,2 +0,1 @@

# KODLAR ÇALINMA DURUMUNDA GEREKLİ İŞLEMLER YAPILICAKTIR.
![Image](https://img.shields.io/npm/v/wio.db?color=%2351F9C0&label=Wio.db)

@@ -6,4 +5,5 @@ ![Image](https://img.shields.io/npm/dt/wio.db.svg?color=%2351FC0&maxAge=3600)

![Image](https://nodei.co/npm/wio.db.png?downloads=true&downloadRank=true&stars=true)
<br>#wio.db<br>
##Yüklemek İçin
<br>
## Yüklemek İçin
```npm

@@ -13,4 +13,7 @@ npm install wio.db

# Uyarı || Warning
- Node sürümü 14 gereklidir.
- Node version 14 is required
##Nasıl Kullanılır? || how to use?
## Nasıl Kullanılır? || how to use?
# TypeScript

@@ -20,3 +23,3 @@ ```typescript

```
# NodeJs
# JS
```javascript

@@ -23,0 +26,0 @@ const { Database } = require("wio.db");

@@ -11,3 +11,3 @@ const filePath = `${process.cwd()}/database.json`;

*/
const read = (fileName = filePath) => JSON.parse(readFileSync(filePath, "utf-8"));
const read = (fileName = filePath) => JSON.parse(readFileSync(fileName, "utf-8"));

@@ -14,0 +14,0 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc