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

@gitrows/gitrows-utils

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitrows/gitrows-utils - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

6

lib/data.js

@@ -268,7 +268,3 @@ const Data={

if (deep){
obj.forEach((item) => {
if (item.length !== 0)
return false;
});
return true;
return obj.every(x=>x.length === 0);
} else

@@ -275,0 +271,0 @@ return false;

2

package.json
{
"name": "@gitrows/gitrows-utils",
"version": "0.3.6",
"version": "0.3.7",
"description": "Data and string handling utilities for @gitrows",

@@ -5,0 +5,0 @@ "main": "index.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