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

@ui-grid/core

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui-grid/core - npm Package Compare versions

Comparing version 4.12.0 to 4.12.2

css/ui-grid.core.css

11

CHANGELOG.md

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

## [4.12.2](https://github.com/angular-ui/ui-grid/compare/v4.12.1...v4.12.2) (2023-01-23)
### Bug Fixes
* 🐛 support custom interpolation symbols on defaultColumnBuilder ([7630fd3](https://github.com/angular-ui/ui-grid/commit/7630fd3f4c7abc0792ccc1d3e57d59de80ec59dd)), closes [#6963](https://github.com/angular-ui/ui-grid/issues/6963)
# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@ui-grid/core",
"version": "4.12.0",
"version": "4.12.2",
"description": "A data grid for Angular",

@@ -41,3 +41,3 @@ "main": "index.js",

"license": "MIT",
"gitHead": "7ddbdce21f3d49cd571dfa1892fa3da6bc481b20"
"gitHead": "2d575340e17539be5b39b59dbca0ce9dca018c3e"
}

@@ -115,8 +115,9 @@ (function () {

if ( filterType ) {
col[templateType] = template.replace(uiGridConstants.CUSTOM_FILTERS, function() {
template = template.replace(uiGridConstants.CUSTOM_FILTERS, function() {
return col[filterType] ? "|" + col[filterType] : "";
});
} else {
}
return gridUtil.postProcessTemplate(template).then(function(template) {
col[templateType] = template;
}
});
},

@@ -123,0 +124,0 @@ function () {

@@ -7,3 +7,3 @@ describe('i18nService', function () {

module('ui.grid', function($provide) {
$provide.value('$log', $log)
$provide.value('$log', $log);
});

@@ -10,0 +10,0 @@ inject(function (_i18nConstants_, _i18nService_) {

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