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

@ui-grid/grouping

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui-grid/grouping - npm Package Compare versions

Comparing version 4.11.0 to 4.11.1

js/ui-grid.grouping.js

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)
**Note:** Version bump only for package @ui-grid/grouping
# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)

@@ -8,0 +16,0 @@

8

package.json
{
"name": "@ui-grid/grouping",
"version": "4.11.0",
"version": "4.11.1",
"description": "This module provides ui-grid with grouping of rows based on the data in them",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.11.0",
"@ui-grid/tree-base": "^4.11.0",
"@ui-grid/core": "^4.11.1",
"@ui-grid/tree-base": "^4.11.1",
"angular": ">=1.4.0 1.8.x"

@@ -38,3 +38,3 @@ },

"license": "MIT",
"gitHead": "4aa2cc59a6bc683552a1e328f639a0aa0a0c7527"
"gitHead": "74a1310013eec3a9ef9067c3d25c5de80622f460"
}

@@ -956,3 +956,3 @@ (function () {

// look for change of value - and insert a header
if ( !groupFieldState.initialised || rowSorter.getSortFn(grid, groupFieldState.col, renderableRows)(fieldValue, groupFieldState.currentValue) !== 0 ) {
if ( !groupFieldState.initialised || rowSorter.getSortFn(groupFieldState.col)(fieldValue, groupFieldState.currentValue) !== 0 ) {
service.insertGroupHeader( grid, renderableRows, i, processingState, stateIndex );

@@ -959,0 +959,0 @@ i++;

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