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.1 to 0.0.2

8

indicative.js

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

var messages = require('./lib/messages.js');
var Qvalidate = Q.defer();
var Qvalidate = '';

@@ -22,3 +22,3 @@ var indactive = {

this.__messages[rule] = message;
this.__methods[rule] = fn;
this.__methods[rule] = fn;
}else{

@@ -34,2 +34,3 @@ var string = 'Unable to extend ';

var self = this;
Qvalidate = Q.defer();
self.__errors = {};

@@ -68,3 +69,4 @@ self.__methods = {};

if(_.size(self.__errors) > 0){
Qvalidate.reject(self.__errors);
var e = self.__errors;
Qvalidate.reject(e);
}else{

@@ -71,0 +73,0 @@ Qvalidate.resolve(values);

{
"name": "indicative",
"version": "0.0.1",
"version": "0.0.2",
"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