New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contrail/data-grouping

Package Overview
Dependencies
Maintainers
9
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/data-grouping - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

lib/data-group-generator/data-group-generator.js

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

groupingProperties,
depth: groupingProperties ? groupingProperties.length + 1 : 0,
depth: groupingProperties ? groupingProperties.length : 0,
};

@@ -45,0 +45,0 @@ this.buildChildDataGroups(data, structure.rootGroup, groupingProperties, leafNodeDataCount, 0);

{
"name": "@contrail/data-grouping",
"version": "1.0.7",
"version": "1.0.8",
"description": "Utilities and interfaces for grouping data into hierarchial data structures based on properties.",

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