Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wio.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

wio.db - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

methods/arrayHas.js

6

database.json
{
"wio1": "x",
"wio2": "w"
"wio2": "w",
"x": [
"bla",
"alb"
]
}

3

index.js

@@ -8,2 +8,3 @@ exports.set = require('./methods/set.js')

exports.has = require('./methods/has.js')
exports.startsWith = require('./methods/startsWith.js')
exports.startsWith = require('./methods/startsWith.js')
exports.arrayHas = require('./methods/arrayHas.js')
{
"name": "wio.db",
"version": "2.0.3",
"version": "2.0.4",
"description": "Gözle okunabilir database modülü.",

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

@@ -32,3 +32,3 @@ #wio.db

let filter = await db.startsWith('wio') //---> return shows data starting with w in data
const arrayHas = await db.arrayHas(message.author.username,'blablabla') // ---> return true or false

@@ -35,0 +35,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