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

idea-toolbox

Package Overview
Dependencies
Maintainers
1
Versions
381
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idea-toolbox - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

dist/utils.js

@@ -80,3 +80,3 @@ "use strict";

else if (field instanceof Array)
return field.length <= 0;
return field.filter((i) => !this.isEmpty(i)).length <= 0;
else

@@ -83,0 +83,0 @@ return true;

{
"name": "idea-toolbox",
"version": "2.2.0",
"version": "2.2.1",
"description": "IDEA's utility functions",

@@ -5,0 +5,0 @@ "engines": {

@@ -78,3 +78,4 @@ import Fs = require('fs')

return Object.prototype.toString.call(d) !== '[object Date]'
} else if(field instanceof Array) return field.length <= 0;
} else if(field instanceof Array)
return field.filter((i: any) => !this.isEmpty(i)).length <= 0;
else return true;

@@ -81,0 +82,0 @@ }

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