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

lodash-checkit

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-checkit

mashup of lodash with checkit module

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
146K
decreased by-0.32%
Maintainers
1
Weekly downloads
 
Created
Source

lodash-checkit

CircleCI badge lodash-checkit

Related modules: lodash-match-pattern chai-match-pattern

This is an extension of lodash with extra isXxxx methods from the Checkit module, along with is...Case methods derived from the lodash case conversion methods. All functions have corresponding isNotXxxx methods as well.

Lodash-Checkit "isXxxx" function list

NameFrom
isAlphafrom Checkit module's regex validator "alpha"
isAlphaDashfrom Checkit module's regex validator "alphaDash"
isAlphaNumericfrom Checkit module's regex validator "alphaNumeric"
isAlphaUnderscorefrom Checkit module's regex validator "alphaUnderscore"
isArgumentsinherited from lodash module
isArrayinherited from lodash module
isArrayBufferinherited from lodash module
isArrayLikeinherited from lodash module
isArrayLikeObjectinherited from lodash module
isBase64from Checkit module's regex validator "base64"
isBetweenfrom Checkit module's validator "between"
isBooleaninherited from lodash module
isBufferinherited from lodash module
isCamelCasefrom lodash "...Case" function
isContainerForfrom Checkit module's validator "contains"
isDateinherited from lodash module
isDifferentfrom Checkit module's validator "different"
isElementinherited from lodash module
isEmailfrom Checkit module's regex validator "email"
isEmptyinherited from lodash module
isEqualinherited from lodash module
isEqualWithinherited from lodash module
isErrorinherited from lodash module
isExactLengthfrom Checkit module's validator "exactLength"
isExistsfrom Checkit module's validator "exists"
isFiniteinherited from lodash module
isFunctioninherited from lodash module
isGreaterThanfrom Checkit module's validator "greaterThan"
isGreaterThanEqualTofrom Checkit module's validator "greaterThanEqualTo"
isInRangefrom Checkit module's validator "range"
isIntegerinherited from lodash module
isIpv4from Checkit module's regex validator "ipv4"
isIpv6from Checkit module's regex validator "ipv6"
isKebabCasefrom lodash "...Case" function
isLengthinherited from lodash module
isLessThanfrom Checkit module's validator "lessThan"
isLessThanEqualTofrom Checkit module's validator "lessThanEqualTo"
isLowerCasefrom lodash "...Case" function
isLuhnfrom Checkit module's regex validator "luhn"
isMapinherited from lodash module
isMatchinherited from lodash module
isMatchWithinherited from lodash module
isMaxLengthfrom Checkit module's validator "maxLength"
isMinLengthfrom Checkit module's validator "minLength"
isNaNinherited from lodash module
isNativeinherited from lodash module
isNaturalfrom Checkit module's regex validator "natural"
isNaturalNonZerofrom Checkit module's regex validator "naturalNonZero"
isNilinherited from lodash module
isNotAlphafrom not "isAlpha"
isNotAlphaDashfrom not "isAlphaDash"
isNotAlphaNumericfrom not "isAlphaNumeric"
isNotAlphaUnderscorefrom not "isAlphaUnderscore"
isNotBase64from not "isBase64"
isNotBetweenfrom not "isBetween"
isNotCamelCasefrom not "isCamelCase"
isNotContainerForfrom not "isContainerFor"
isNotDifferentfrom not "isDifferent"
isNotEmailfrom not "isEmail"
isNotExactLengthfrom not "isExactLength"
isNotExistsfrom not "isExists"
isNotGreaterThanfrom not "isGreaterThan"
isNotGreaterThanEqualTofrom not "isGreaterThanEqualTo"
isNotInRangefrom not "isInRange"
isNotIpv4from not "isIpv4"
isNotIpv6from not "isIpv6"
isNotKebabCasefrom not "isKebabCase"
isNotLessThanfrom not "isLessThan"
isNotLessThanEqualTofrom not "isLessThanEqualTo"
isNotLowerCasefrom not "isLowerCase"
isNotLuhnfrom not "isLuhn"
isNotMaxLengthfrom not "isMaxLength"
isNotMinLengthfrom not "isMinLength"
isNotNaturalfrom not "isNatural"
isNotNaturalNonZerofrom not "isNaturalNonZero"
isNotNumericfrom not "isNumeric"
isNotRequiredfrom not "isRequired"
isNotSnakeCasefrom not "isSnakeCase"
isNotStartCasefrom not "isStartCase"
isNotUpperCasefrom not "isUpperCase"
isNotUrlfrom not "isUrl"
isNotUuidfrom not "isUuid"
isNullinherited from lodash module
isNumberinherited from lodash module
isNumericfrom Checkit module's validator "numeric"
isObjectinherited from lodash module
isObjectLikeinherited from lodash module
isPlainObjectinherited from lodash module
isRegExpinherited from lodash module
isRequiredfrom Checkit module's validator "required"
isSafeIntegerinherited from lodash module
isSetinherited from lodash module
isSnakeCasefrom lodash "...Case" function
isStartCasefrom lodash "...Case" function
isStringinherited from lodash module
isSymbolinherited from lodash module
isTypedArrayinherited from lodash module
isUndefinedinherited from lodash module
isUpperCasefrom lodash "...Case" function
isUrlfrom Checkit module's regex validator "url"
isUuidfrom Checkit module's regex validator "uuid"
isWeakMapinherited from lodash module
isWeakSetinherited from lodash module

Keywords

FAQs

Package last updated on 25 Sep 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc