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

checkv

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

checkv - npm Package Compare versions

Comparing version 0.0.6-dev to 0.0.7-dev

4

lib/Check.js

@@ -62,4 +62,4 @@ 'use strict'

break
case 'isShorterThan':
case 'isLongerThan':
case 'isShorter':
case 'isLonger':
_match = validate.string[rule](value, _compare)

@@ -66,0 +66,0 @@ break

@@ -7,6 +7,6 @@ 'use strict'

},
isShorterThan: function (value, than) {
isShorter: function (value, than) {
return string.isString(value) && value.length < than
},
isLongerThan: function (value, than) {
isLonger: function (value, than) {
return string.isString(value) && value.length > than

@@ -13,0 +13,0 @@ }

{
"name": "checkv",
"version": "0.0.6-dev",
"version": "0.0.7-dev",
"description": "javascript idiomatic validator",

@@ -5,0 +5,0 @@ "main": "main.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