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

@darkwolf/validator

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darkwolf/validator - npm Package Compare versions

Comparing version 13.21.70 to 13.21.71

6

index.js

@@ -62,4 +62,4 @@ const CodeError = require('@darkwolf/code-error')

const isExists = value => !isNil(value)
const isEmptyString = value => isString(value) && !value.length
const isNonEmptyString = value => isString(value) && !!value.length
const isEmptyString = value => isString(value) && !value
const isNonEmptyString = value => isString(value) && !!value
const isEmptyArray = value => isArray(value) && !value.length

@@ -191,3 +191,5 @@ const isNonEmptyArray = value => isArray(value) && !!value.length

isEmptyString,
isNonEmptyString,
isEmptyArray,
isNonEmptyArray,
isKey,

@@ -194,0 +196,0 @@ isLength,

{
"name": "@darkwolf/validator",
"version": "13.21.70",
"version": "13.21.71",
"description": "Validator",

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

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