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

vigour-util

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vigour-util - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

is/empty.js
'use strict'
module.exports = function isEmpty (obj) {
var found
if (obj.each) {
obj.each(function (property, key) {
if (property.__input !== null) {
return (found = true)
return false
}

@@ -15,3 +14,3 @@ })

}
return !found
return true
}

2

package.json
{
"name": "vigour-util",
"version": "1.0.0",
"version": "1.0.1",
"author": "Vigour.io <dev@vigour.io>",

@@ -5,0 +5,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