Socket
Socket
Sign inDemoInstall

@darkwolf/validator

Package Overview
Dependencies
1
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @darkwolf/validator

Validator


Version published
Maintainers
1
Install size
18.8 kB
Created

Readme

Source

Validator

Install

npm i --save @darkwolf/validator

Using

⚠️ Requires Node.js v12.x LTS or higher to use!
import Validator from '@darkwolf/validator'

const obj = {
  ave: {
    darkwolf: {
      arr: [2, 4, 8, 16, 32, 64, 128, 256, 512, 1024]
    },
    user: {
      username: null,
      email: undefined
    }
  }
}
Validator.has(obj, 'ave.darkwolf') // true
Validator.has(obj, 'ave.user.username') // true
Validator.has(obj, 'ave.user.email') // true
Validator.exists(false) // true
Validator.exists(obj, 'ave.user.username') // false
Validator.exists(obj, 'ave.user.email') // false
Validator.exists(obj, ['ave', 'darkwolf', 'arr', '[0]']) // true
Validator.exists(obj, ['ave.darkwolf.arr[10]']) // false

API Documentation

Donate

You can contribute to the development of open source projects by making your donation 🐺
Bitcoin (BTC): 15sjjAUtJdB1ncsxKK7KtyJPtF46UhXWo4
Ethereum (ETH): 0xF02F68eb33E9eC73b8E9c3c0953E6782E2376867
Bitcoin Cash (BCH): qq6h3a78h3wlt04eyp9ydht94r6guzjdps9hqwgfzw

Contact Me

GitHub: @PavelWolfDark
Telegram: @PavelWolfDark
Email: PavelWolfDark@gmail.com

Keywords

FAQs

Last updated on 30 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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