Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-grids

Package Overview
Dependencies
13
Maintainers
2
Versions
357
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.1.39 to 16.1.40

13

CHANGELOG.md

@@ -9,2 +9,15 @@ # Changelog

- `dataStateChange` event is now trigged when `pageSize` is changed.
- Group and caption aggregate is now working with `async` pipe.
- Now grid refreshed when group and caption aggregates is emptied
- In Remote data, the `getSelectedRecords` method returns proper count with `persistSelection` enabled.
- Script error thrown when set `dataSource` and `columns` is provided at the same time fixed.
## 16.1.39 (2018-05-05)
### Grid
#### Bug Fixes
- Memory leak issue resolved.

@@ -11,0 +24,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.39
* version : 16.1.40
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

@@ -296,2 +296,3 @@ import { Browser, EventHandler, addClass, attributes, classList, closest, createElement, extend, getValue, isNullOrUndefined, removeClass } from '@syncfusion/ej2-base';

var rtlUpdated = 'rtl-updated';
/** @hidden */

@@ -675,3 +676,3 @@ //https://typescript.codeplex.com/discussions/401501

info.elementToFocus = !info.element.classList.contains('e-unboundcell') && !info.element.classList.contains('e-detailcell')
&& !info.element.classList.contains('e-templatecell') ? this.getFocusable(info.element) : info.element;
? this.getFocusable(info.element) : info.element;
info.outline = true;

@@ -678,0 +679,0 @@ return info;

@@ -296,2 +296,4 @@ import { addClass, attributes, closest, createElement, extend, isNullOrUndefined, removeClass, setStyleAttribute } from '@syncfusion/ej2-base';

/** @hidden */
/**

@@ -298,0 +300,0 @@ * Defines types of Cell

@@ -429,2 +429,4 @@ import { Draggable, Droppable, addClass, classList, closest, createElement, extend, isNullOrUndefined, remove, removeClass } from '@syncfusion/ej2-base';

/** @hidden */
/**

@@ -431,0 +433,0 @@ * AriaService

@@ -1353,2 +1353,4 @@ import { Browser, ChildProperty, Component, Event, EventHandler, L10n, NotifyPropertyChanges, Property, append, classList, compile, createElement, extend, getValue, isNullOrUndefined, remove } from '@syncfusion/ej2-base';

/** @hidden */
Pager.Inject(ExternalMessage, PagerDropDown);

@@ -1355,0 +1357,0 @@ /**

@@ -452,2 +452,4 @@ import { classList, closest, createElement, extend, isNullOrUndefined, remove, removeClass } from '@syncfusion/ej2-base';

/** @hidden */
/**

@@ -454,0 +456,0 @@ *

@@ -295,2 +295,4 @@ import { Browser, ChildProperty, EventHandler, Internationalization, closest, compile, createElement, detach, extend, formatUnit, getValue, isNullOrUndefined, merge, setCulture } from '@syncfusion/ej2-base';

/** @hidden */
/**

@@ -297,0 +299,0 @@ * ValueFormatter class to globalize the value.

@@ -436,2 +436,4 @@ import { Draggable, classList, closest, createElement, extend, isNullOrUndefined, remove } from '@syncfusion/ej2-base';

/** @hidden */
/**

@@ -438,0 +440,0 @@ *

@@ -472,2 +472,4 @@ import { Browser, classList, closest, createElement, extend, isNullOrUndefined } from '@syncfusion/ej2-base';

/** @hidden */
/**

@@ -474,0 +476,0 @@ * AriaService

@@ -296,2 +296,4 @@ import { EventHandler, closest, compile, createElement, extend, getValue, isNullOrUndefined, remove } from '@syncfusion/ej2-base';

/** @hidden */
//https://typescript.codeplex.com/discussions/401501

@@ -673,3 +675,3 @@ /**

info.elementToFocus = !info.element.classList.contains('e-unboundcell') && !info.element.classList.contains('e-detailcell')
&& !info.element.classList.contains('e-templatecell') ? this.getFocusable(info.element) : info.element;
? this.getFocusable(info.element) : info.element;
info.outline = true;

@@ -676,0 +678,0 @@ return info;

{
"name": "@syncfusion/ej2-grids",
"version": "16.1.39",
"version": "16.1.40",
"description": "Essential JS 2 Grid Component",

@@ -13,6 +13,6 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-data": "~16.1.39",
"@syncfusion/ej2-navigations": "~16.1.38",
"@syncfusion/ej2-inputs": "~16.1.38",
"@syncfusion/ej2-navigations": "~16.1.40",
"@syncfusion/ej2-inputs": "~16.1.40",
"@syncfusion/ej2-calendars": "~16.1.38",
"@syncfusion/ej2-dropdowns": "~16.1.38",
"@syncfusion/ej2-dropdowns": "~16.1.40",
"@syncfusion/ej2-popups": "~16.1.37",

@@ -19,0 +19,0 @@ "@syncfusion/ej2-buttons": "~16.1.37",

@@ -20,3 +20,3 @@ # ej2-grids

* [Getting Started](https://ej2.syncfusion.com/documentation/grid/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=grid)
* [View Online Demos](https://ej2.syncfusion.com/demos/#/material/grid/default.html?utm_source=npm&utm_campaign=grid)
* [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/default.html)
* [Product Page](https://www.syncfusion.com/products/javascript/data-grid)

@@ -36,3 +36,3 @@

* Expanse Tracker ([Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/#/dashboard?utm_source=npm&utm_campaign=grid))
* Expanse Tracker ([Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_campaign=grid#/dashboard))
* Loan Calculator ([Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_campaign=grid))

@@ -42,23 +42,23 @@

* **Data sources** - Bind the Grid component with an array of JSON objects or DataManager.
* **Sorting and grouping** - Supports n levels of sorting and grouping.
* **Filtering** - Offers filter bar at each column to filter data.
* **Paging** - Provides the option to easily switch between pages using the pager bar.
* **Editing** - provides the options for create, read, update, and delete operations.
* [**Data sources**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/localdata.html) - Bind the Grid component with an array of JSON objects or DataManager.
* [**Sorting and grouping**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/grouping.html) - Supports n levels of sorting and grouping.
* [**Filtering**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/filter.html) - Offers filter bar at each column to filter data.
* [**Paging**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/defaultpaging.html) - Provides the option to easily switch between pages using the pager bar.
* [**Editing**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/normal-editing.html) - provides the options for create, read, update, and delete operations.
* **Columns** - The column definitions are used as the dataSource schema in the Grid. This plays a vital role in rendering column values in the required format.
* **Reordering** - Allows you to drag any column and drop it at any position in the Grid’s column header row, allowing columns to be repositioned.
* **Column Chooser** - The column chooser provides a list of column names paired with check boxes that allow the visibility to be toggled on the fly.
* **Resizing** - Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
* **Freeze** - Columns and rows can be frozen to allow scrolling and comparing cell values.
* **Cell Spanning** - Grid cells can be spanned based on the preferred criteria
* **Foreign data source** - This provides the option to show values from external or lookup data sources in a column based on foreign key/value mapping.
* **Cell Styling** - Grid cell styles can be customized either by using CSS or programmatically.
* **Selection** - Rows or cells can be selected in the grid. One or more rows or cells can also be selected by holding Ctrl or Command, or programmatically.
* **Templates** - Templates can be used to create custom user experiences in the grid.
* **Aggregation** - Provides the option to easily visualized the Aggregates for column values.
* **Context menu** -The context menu provides a list of actions to be performed in the grid. It appears when a cell, header, or the pager is right-clicked.
* **Clipboard** - Selected rows and cells can be copied from the grid
* **Export** - Provides the options to Export the grid data to Excel, PDF, and CSV formats.
* **RTL support** - Provides a full-fledged right-to-left mode which aligns content in the Grid control from right to left.
* **Localization** - Provides inherent support to localize the UI.
* [**Reordering**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/reorder.html) - Allows you to drag any column and drop it at any position in the Grid’s column header row, allowing columns to be repositioned.
* [**Column Chooser**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/columnchooser.html) - The column chooser provides a list of column names paired with check boxes that allow the visibility to be toggled on the fly.
* [**Resizing**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/columnresize.html) - Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
* [**Freeze**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/frozenrowsandcolumns.html) - Columns and rows can be frozen to allow scrolling and comparing cell values.
* [**Cell Spanning**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/columnspanning.html) - Grid cells can be spanned based on the preferred criteria.
* [**Foreign data source**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/foreignkey.html) - This provides the option to show values from external or lookup data sources in a column based on foreign key/value mapping.
* [**Cell Styling**](https://ej2.syncfusion.com/documentation/grid/how-to.html?lang=typescript&utm_source=npm&utm_campaign=grid#customize-column-styles) - Grid cell styles can be customized either by using CSS or programmatically.
* [**Selection**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/selection.html) - Rows or cells can be selected in the grid. One or more rows or cells can also be selected by holding Ctrl or Command, or programmatically.
* [**Templates**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/columntemplate.html) - Templates can be used to create custom user experiences in the grid.
* [**Aggregation**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/aggregatedefault.html) - Provides the option to easily visualized the Aggregates for column values.
* [**Context menu**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/contextmenu.html) -The context menu provides a list of actions to be performed in the grid. It appears when a cell, header, or the pager is right-clicked.
* [**Clipboard**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/clipboard.html) - Selected rows and cells can be copied from the grid
* [**Export**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/grid/default-exporting.html) - Provides the options to Export the grid data to Excel, PDF, and CSV formats.
* [**RTL support**](https://ej2.syncfusion.com/documentation/grid/globalization-and-localization.html?lang=typescript?utm_source=npm&utm_campaign=grid#right-to-left-rtl) - Provides a full-fledged right-to-left mode which aligns content in the Grid control from right to left.
* [**Localization**](https://ej2.syncfusion.com/documentation/grid/globalization-and-localization.html?lang=typescript?utm_source=npm&utm_campaign=grid#localization) - Provides inherent support to localize the UI.

@@ -65,0 +65,0 @@ ## Support

@@ -164,2 +164,3 @@ define(["require", "exports", "@syncfusion/ej2-base", "@syncfusion/ej2-base", "@syncfusion/ej2-base", "../base/enum", "../base/util", "../base/constant", "../renderer/row-renderer", "../renderer/cell-renderer", "../models/cell", "../services/row-model-generator"], function (require, exports, ej2_base_1, ej2_base_2, ej2_base_3, enum_1, util_1, events, row_renderer_1, cell_renderer_1, cell_1, row_model_generator_1) {

else {
util_1.refreshForeignData(rows[i], this.parent.getForeignKeyColumns(), rows[i].data);
delete rows[i].changes;

@@ -501,2 +502,3 @@ rows[i].isDirty = false;

var row = void 0;
var rowData = void 0;
var colIdx = gObj.getColumnIndexByField(field);

@@ -506,5 +508,8 @@ var frzCols = gObj.getFrozenColumns();

row = gObj.getMovableDataRows()[index];
var mRowData = this.parent.getRowObjectFromUID(this.parent.getMovableRows()[index].getAttribute('data-uid'));
rowData = mRowData.changes ? mRowData.changes : mRowData;
}
else {
row = gObj.getDataRows()[index];
rowData = ej2_base_1.extend({}, this.getDataByIndex(index));
}

@@ -516,3 +521,2 @@ if ((keys[0] === col.field && !row.classList.contains('e-insertedrow')) || col.template || col.columns ||

var rowObj = gObj.getRowObjectFromUID(row.getAttribute('data-uid'));
var rowData = ej2_base_1.extend({}, this.getDataByIndex(index));
var cells = [].slice.apply(row.cells);

@@ -652,3 +656,4 @@ var isComplexField = !ej2_base_3.isNullOrUndefined(col.field) && col.field.split('.').length > 1;

if (!ej2_base_3.isNullOrUndefined(args.value) && args.value.toString() ===
(!ej2_base_3.isNullOrUndefined(this.cellDetails.value) ? this.cellDetails.value : '').toString() && !this.isColored) {
(!ej2_base_3.isNullOrUndefined(this.cellDetails.value) ? this.cellDetails.value : '').toString() && !this.isColored
|| (ej2_base_3.isNullOrUndefined(args.value) && ej2_base_3.isNullOrUndefined(this.cellDetails.value))) {
args.cell.classList.remove('e-updatedtd');

@@ -655,0 +660,0 @@ }

@@ -6,3 +6,3 @@ define(["require", "exports", "@syncfusion/ej2-base", "@syncfusion/ej2-data", "../base/util", "../base/constant", "../services/value-formatter", "../actions/checkbox-filter"], function (require, exports, ej2_base_1, ej2_data_1, util_1, events, value_formatter_1, checkbox_filter_1) {

function Data(parent, serviceLocator) {
this.dataState = { isPending: false, resolver: null, group: [] };
this.dataState = { isPending: false, resolver: null, group: [], isDataChanged: false };
this.parent = parent;

@@ -356,3 +356,5 @@ this.serviceLocator = serviceLocator;

var state = adaptr.processQuery(dm, query);
return JSON.parse(state.data);
var data = JSON.parse(state.data);
var final = Object.assign(data, state.pvtData);
return final;
};

@@ -366,3 +368,3 @@ Data.prototype.eventPromise = function (args, query, key) {

var deff = new ej2_data_1.Deferred();
if (args.requestType !== undefined && args.requestType !== 'refresh') {
if (args.requestType !== undefined && this.dataState.isDataChanged !== false) {
state.action = args;

@@ -377,3 +379,3 @@ if (args.requestType === 'save' || args.requestType === 'delete') {

deff.promise.then(function (e) {
_this.setState({ isPending: true, resolver: def.resolve, group: state.group });
_this.setState({ isPending: true, resolver: def.resolve, group: state.group, aggregates: state.aggregates });
_this.parent.trigger(events.dataStateChange, state);

@@ -383,3 +385,3 @@ });

else {
this.setState({ isPending: true, resolver: def.resolve, group: state.group });
this.setState({ isPending: true, resolver: def.resolve, group: state.group, aggregates: state.aggregates });
this.parent.trigger(events.dataStateChange, state);

@@ -386,0 +388,0 @@ }

@@ -140,3 +140,5 @@ import { FilterSettings } from '../base/grid';

private filterHandler(args);
private addFilteredClass();
private updateFilter();
private refreshFilterIcon(fieldName, operator, value, type?, predicate?, matchCase?, ignoreAccent?);
private addFilteredClass(fieldName);
}

@@ -255,3 +255,3 @@ define(["require", "exports", "@syncfusion/ej2-base", "../base/util", "@syncfusion/ej2-base", "@syncfusion/ej2-data", "../base/constant", "../base/enum", "../renderer/row-renderer", "../models/cell", "../models/row", "../renderer/filter-cell-renderer", "../base/util", "../renderer/filter-menu-renderer", "../actions/checkbox-filter", "../actions/excel-filter"], function (require, exports, ej2_base_1, util_1, ej2_base_2, ej2_data_1, events, enum_1, row_renderer_1, cell_1, row_1, filter_cell_renderer_1, util_2, filter_menu_renderer_1, checkbox_filter_1, excel_filter_1) {

}];
this.addFilteredClass();
this.addFilteredClass(this.fieldName);
this.updateModel();

@@ -280,2 +280,3 @@ };

this.updateFilterMsg();
this.updateFilter();
}

@@ -760,5 +761,29 @@ break;

};
Filter.prototype.addFilteredClass = function () {
Filter.prototype.updateFilter = function () {
var cols = this.filterSettings.columns;
for (var i = 0; i < cols.length; i++) {
this.column = this.parent.getColumnByField(cols[i].field) ||
util_1.getColumnByForeignKeyValue(cols[i].field, this.parent.getForeignKeyColumns());
var fieldName = cols[i].field;
if (!this.parent.getColumnByField(cols[i].field)) {
fieldName = util_1.getColumnByForeignKeyValue(cols[i].field, this.parent.getForeignKeyColumns()).field;
}
this.refreshFilterIcon(fieldName, cols[i].operator, cols[i].value, cols[i].type, cols[i].predicate, cols[i].matchCase, cols[i].ignoreAccent);
}
};
Filter.prototype.refreshFilterIcon = function (fieldName, operator, value, type, predicate, matchCase, ignoreAccent) {
this.actualPredicate[fieldName] = [{
field: fieldName,
predicate: predicate,
matchCase: matchCase,
ignoreAccent: ignoreAccent,
operator: operator,
value: value,
type: type
}];
this.addFilteredClass(fieldName);
};
Filter.prototype.addFilteredClass = function (fieldName) {
var filterIconElement;
filterIconElement = this.parent.getColumnHeaderByField(this.fieldName).querySelector('.e-icon-filter');
filterIconElement = this.parent.getColumnHeaderByField(fieldName).querySelector('.e-icon-filter');
if (filterIconElement) {

@@ -765,0 +790,0 @@ filterIconElement.classList.add('e-filtered');

@@ -196,3 +196,4 @@ define(["require", "exports", "@syncfusion/ej2-base", "@syncfusion/ej2-base", "../base/util", "../base/constant", "../renderer/row-renderer"], function (require, exports, ej2_base_1, ej2_base_2, util_1, events, row_renderer_1) {

var uid = void 0;
if (rowObj.cells.length === frzCols) {
var tr = this.parent.element.querySelector('[data-uid=' + rowObj.uid + ']');
if ((util_1.parentsUntil(tr, 'e-frozencontent')) || (util_1.parentsUntil(tr, 'e-frozenheader'))) {
uid = this.parent.getMovableRows()[rowObj.index].getAttribute('data-uid');

@@ -199,0 +200,0 @@ }

@@ -202,3 +202,3 @@ import { IGrid, IAction, IIndex, ISelectedCell } from '../base/interface';

private rowsRemoved(e);
dataReady(e: {
beforeFragAppend(e: {
requestType: string;

@@ -205,0 +205,0 @@ }): void;

@@ -291,1 +291,3 @@ /** @hidden */

export declare const rtlUpdated: string;
/** @hidden */
export declare const beforeFragAppend: string;

@@ -148,2 +148,3 @@ define(["require", "exports"], function (require, exports) {

exports.rtlUpdated = 'rtl-updated';
exports.beforeFragAppend = 'beforeFragAppend';
});

@@ -340,2 +340,3 @@ import { Component, NumberFormatOptions, DateFormatOptions, EmitType, KeyboardEventArgs, L10n } from '@syncfusion/ej2-base';

getFrozenColumns(): number;
getVisibleFrozenColumns(): number;
print(): void;

@@ -1262,2 +1263,7 @@ excelExport(exportProperties?: any, isMultipleExport?: boolean, workbook?: any): Promise<any>;

group?: string[];
/**
* DataSource changed through set model
*/
isDataChanged?: Boolean;
aggregates?: Object[];
}

@@ -1285,2 +1291,4 @@ /**

group?: string[];
/** Defines the aggregates object */
aggregates?: Object[];
/** Defines the search criteria */

@@ -1287,0 +1295,0 @@ search?: PredicateModel[];

@@ -179,2 +179,3 @@ define(["require", "exports", "@syncfusion/ej2-base", "@syncfusion/ej2-base", "@syncfusion/ej2-base", "../base/util", "../base/constant", "./row-renderer", "./cell-merge-renderer", "../services/row-model-generator", "../services/group-model-generator", "../base/util"], function (require, exports, ej2_base_1, ej2_base_2, ej2_base_3, util_1, events, row_renderer_1, cell_merge_renderer_1, row_model_generator_1, group_model_generator_1, util_2) {

util_1.getUpdateUsingRaf(function () {
_this.parent.trigger(events.beforeFragAppend, {});
ej2_base_3.remove(_this.tbody);

@@ -181,0 +182,0 @@ _this.tbody = ej2_base_3.createElement('tbody');

@@ -109,3 +109,3 @@ define(["require", "exports", "@syncfusion/ej2-base"], function (require, exports, ej2_base_1) {

.querySelector('.e-movableheader').querySelector('colgroup').innerHTML;
ele.setAttribute('colspan', this.parent.getFrozenColumns() + '');
ele.setAttribute('colspan', this.parent.getVisibleFrozenColumns() + '');
mEle.setAttribute('colspan', this.parent.getColumns().length - this.parent.getFrozenColumns() + '');

@@ -112,0 +112,0 @@ };

@@ -482,3 +482,3 @@ var __extends = (this && this.__extends) || (function () {

info.elementToFocus = !info.element.classList.contains('e-unboundcell') && !info.element.classList.contains('e-detailcell')
&& !info.element.classList.contains('e-templatecell') ? this.getFocusable(info.element) : info.element;
? this.getFocusable(info.element) : info.element;
info.outline = true;

@@ -485,0 +485,0 @@ return info;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc