Socket
Socket
Sign inDemoInstall

brisky-is-empty

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brisky-is-empty

Checks if a [vigour-base](https://www.npmjs.com/package/vigour-base) object is empty


Version published
Maintainers
1
Created
Source

brisky-is-empty

Build Status js-standard-style npm version Coverage Status

var empty = isEmpty(obj)

Checks if a vigour-base object is empty

  • obj (object) - the object to check for emptiness
  • returns (boolean) empty - true if obj is considered empty, false otherwise
var isEmpty = require('brisky-is-empty')
var Base = require('vigour-base')
isEmpty(new Base({})) // true
isEmpty(new Base({ awesome: true })) // false

Keywords

FAQs

Package last updated on 07 Oct 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