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

LazyBoy

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

LazyBoy - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

lib/validate.js

@@ -32,3 +32,3 @@ var Validator = require('validator').Validator;

var errors = validator.getErrors();
if (errors) {
if (errors && errors.length > 0) {
failed = true;

@@ -35,0 +35,0 @@ cb(errors, null);

@@ -6,3 +6,3 @@ {

"keywords": ["Couchdb", "db", "ORM", "ODM", "couch"],
"version": "0.1.8",
"version": "0.1.9",
"homepage": "http://garrensmith.com/LazyBoy",

@@ -9,0 +9,0 @@ "repository": {

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