New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

indicative

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indicative - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/validations.js

@@ -109,3 +109,3 @@ var Q = require('q');

if(_.size(seperate) == 2){
if(ref.__values[seperate[0]].toString() == seperate[1].toString() && (_.isUndefined(value) || _.isEmpty(value))){
if((!_.isUndefined(ref.__values[seperate[0]]) && ref.__values[seperate[0]].toString()) == seperate[1].toString() && (_.isUndefined(value) || _.isEmpty(value))){
deferred.reject(gm);

@@ -112,0 +112,0 @@ }else{

{
"name": "indicative",
"version": "0.0.3",
"version": "0.0.4",
"description": "Nodejs promise based expressive validator",

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