Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-navigations

Package Overview
Dependencies
Maintainers
3
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-navigations - npm Package Compare versions

Comparing version 24.2.8 to 25.1.35

styles/accordion/_bds-definition.scss

47

CHANGELOG.md

@@ -5,57 +5,18 @@ # Changelog

### TreeView
### ContextMenu
#### Bug fixes
- `#I550140` - Resolved the accessibility issue with TreeView component when rendered with checkbox.
- `#F186726` - Resolved the multi selection functionality issue in the TreeView component on Mac device.
## 24.2.4 (2024-02-06)
### Tab
#### Bug fixes
- `#I523951` - The issue with React's selection of a tab item using the select method, where all tab items were being underlined, has been resolved.
## 24.2.3 (2024-01-31)
### Menu
#### Bug Fixes
- The issue with "Sub menu not opening properly while opens the next to next menu" has been resolved.
- `#I565323` - The issue with "Context menu closed while scroll within the sub menu of context menu.
### Tab
### Stepper
#### Bug fixes
- `#I546255` - An issue tab switching on disable item has been resolved.
- `#I564429` - The issue with stepper progress bar misalignment in firefox browser has been resolved.
## 24.1.46 (2024-01-17)
### Menu
#### Bug Fixes
- `#F519984` - The issue with "Keyboard action is not working properly in the Menu Component" has been resolved.
### TreeView
#### Bug Fixes
- `#I531520` - TreeView component's title not decoded properly same as in tree node text has been resolved.
### Toolbar
#### Bug fixes
- `#I508465` - The issue with the differentiate toolbar active and focus states has been resolved.
## 24.1.41 (2023-12-18)
### TreeView
#### Bug fixes
- `#I525899` - The issue with the React TreeView filtering operation has been resolved.

@@ -62,0 +23,0 @@

/*!
* filename: index.d.ts
* version : 24.2.8
* version : 25.1.35
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

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

{
"_from": "@syncfusion/ej2-navigations@*",
"_id": "@syncfusion/ej2-navigations@24.2.4",
"_id": "@syncfusion/ej2-navigations@22.42.3",
"_inBundle": false,
"_integrity": "sha512-yGv+M8TSZfo5giPl+68COLjC1TNTMPhdxZth5ZAJ/qfjUlX1X6j4Luammcjo8MN1QszAJ9K0ewWFbelekbzHRg==",
"_integrity": "sha512-IXZn5clQmWX5QwPzzPJohjudEBzup++dwj2Raaltge0lJ5YS2zVrmaBhAEaEr2UfVBQqILt9R/wjjTL/ng9YMQ==",
"_location": "/@syncfusion/ej2-navigations",

@@ -42,6 +42,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-24.2.4.tgz",
"_shasum": "9382a04536eca9b09930db9686c86dcad7b09848",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-navigations/-/ej2-navigations-22.42.3.tgz",
"_shasum": "d55b9b9930caed2f5ee3dd015c35dd9683e8c789",
"_spec": "@syncfusion/ej2-navigations@*",
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
"author": {

@@ -55,8 +55,8 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-base": "~24.2.7",
"@syncfusion/ej2-buttons": "~24.2.7",
"@syncfusion/ej2-data": "~24.2.3",
"@syncfusion/ej2-inputs": "~24.2.7",
"@syncfusion/ej2-lists": "~24.2.8",
"@syncfusion/ej2-popups": "~24.2.8"
"@syncfusion/ej2-base": "~25.1.35",
"@syncfusion/ej2-buttons": "~25.1.35",
"@syncfusion/ej2-data": "~25.1.35",
"@syncfusion/ej2-inputs": "~25.1.35",
"@syncfusion/ej2-lists": "~25.1.35",
"@syncfusion/ej2-popups": "~25.1.35"
},

@@ -166,4 +166,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "24.2.8",
"version": "25.1.35",
"sideEffects": false
}

@@ -235,5 +235,6 @@ import { Component, EventHandler, Property, Event, EmitType, AnimationModel, KeyboardEvents, rippleEffect, animationMode } from '@syncfusion/ej2-base';import { KeyboardEventArgs, BaseEventArgs, Effect, getUniqueID, compile as templateCompiler } from '@syncfusion/ej2-base';import { isVisible, closest, attributes, detach, select, addClass, removeClass, append } from '@syncfusion/ej2-base';import { INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, Collection, Animation } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, Complex } from '@syncfusion/ej2-base';import { isNullOrUndefined as isNOU, formatUnit, selectAll, SanitizeHtmlHelper, isRippleEnabled } from '@syncfusion/ej2-base';

/**
* Defines whether to allow the cross-scripting site or not.
* Specifies whether to enable the rendering of untrusted HTML values in the Accordion component.
* When this property is enabled, the component will sanitize any suspected untrusted strings and scripts before rendering them.
*
* @default false
* @default true
*/

@@ -240,0 +241,0 @@ enableHtmlSanitizer?: boolean;

@@ -277,5 +277,6 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

/**
* Defines whether to allow the cross-scripting site or not.
* Specifies whether to enable the rendering of untrusted HTML values in the Accordion component.
* When this property is enabled, the component will sanitize any suspected untrusted strings and scripts before rendering them.
*
* @default false
* @default true
*/

@@ -282,0 +283,0 @@ enableHtmlSanitizer: boolean;

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

if (typeof (value) === 'string') {
ele.innerHTML = SanitizeHtmlHelper.sanitize(value);
ele.innerHTML = this.enableHtmlSanitizer ? SanitizeHtmlHelper.sanitize(value) : value;
}

@@ -691,3 +691,3 @@ else if (value instanceof (HTMLElement)) {

else if (ele.childElementCount === 0) {
ele.innerHTML = SanitizeHtmlHelper.sanitize(value);
ele.innerHTML = this.enableHtmlSanitizer ? SanitizeHtmlHelper.sanitize(value) : value;
}

@@ -720,7 +720,7 @@ if (!isNOU(temString)) {

else {
if (this.enableHtmlSanitizer && typeof (this.items[parseInt(index.toString(), 10)].content)) {
this.items[parseInt(index.toString(), 10)].content =
SanitizeHtmlHelper.sanitize(this.items[parseInt(index.toString(), 10)].content);
var content = this.items[parseInt(index.toString(), 10)].content;
if (this.enableHtmlSanitizer && typeof (content) === 'string') {
content = SanitizeHtmlHelper.sanitize(content);
}
itemcnt.appendChild(this.fetchElement(ctn, this.items[parseInt(index.toString(), 10)].content, index));
itemcnt.appendChild(this.fetchElement(ctn, content, index));
}

@@ -1381,3 +1381,3 @@ return itemcnt;

__decorate([
Property(false)
Property(true)
], Accordion.prototype, "enableHtmlSanitizer", void 0);

@@ -1384,0 +1384,0 @@ __decorate([

@@ -465,4 +465,5 @@ var __extends = (this && this.__extends) || (function () {

var wrapElem = elem.querySelector('.e-anchor-wrap');
if (wrapElem) {
if (wrapElem && wrapElem.querySelector('.e-home')) {
wrapElem.parentElement.setAttribute('aria-label', 'home');
wrapElem.parentElement.setAttribute('role', 'link');
}

@@ -469,0 +470,0 @@ if (currItem.text !== prevItem.text) {

@@ -269,5 +269,6 @@ import { Component, Property, ChildProperty, NotifyPropertyChanges, INotifyPropertyChanged, AnimationModel, isBlazor } from '@syncfusion/ej2-base';import { Event, EventHandler, EmitType, BaseEventArgs, KeyboardEvents, KeyboardEventArgs, Touch, TapEventArgs } from '@syncfusion/ej2-base';import { Animation, AnimationOptions, TouchEventArgs, MouseEventArgs } from '@syncfusion/ej2-base';import { Browser, Collection, setValue, getValue, getUniqueID, getInstance, isNullOrUndefined } from '@syncfusion/ej2-base';import { select, selectAll, closest, detach, append, rippleEffect, isVisible, Complex, addClass, removeClass } from '@syncfusion/ej2-base';import { ListBase, ListBaseOptions } from '@syncfusion/ej2-lists';import { getZindexPartial, calculatePosition, OffsetPosition, isCollide, fit, Popup } from '@syncfusion/ej2-popups';import { SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { getScrollableParent } from '@syncfusion/ej2-popups';import { HScroll } from '../common/h-scroll';import { VScroll } from '../common/v-scroll';import { addScrolling, destroyScroll } from '../common/menu-scroll';

/**
* Defines whether to allow the cross-scripting site or not.
* Specifies whether to enable the rendering of untrusted HTML values in the Context Menu component.
* If 'enableHtmlSanitizer' set to true, the component will sanitize any suspected untrusted strings and scripts before rendering them.
*
* @default false
* @default true
*/

@@ -274,0 +275,0 @@ enableHtmlSanitizer?: boolean;

@@ -286,5 +286,6 @@ import { Component, ChildProperty, INotifyPropertyChanged } from '@syncfusion/ej2-base';

/**
* Defines whether to allow the cross-scripting site or not.
* Specifies whether to enable the rendering of untrusted HTML values in the Context Menu component.
* If 'enableHtmlSanitizer' set to true, the component will sanitize any suspected untrusted strings and scripts before rendering them.
*
* @default false
* @default true
*/

@@ -291,0 +292,0 @@ enableHtmlSanitizer: boolean;

@@ -54,5 +54,6 @@ import { attributes, NotifyPropertyChanges, INotifyPropertyChanged, Property } from '@syncfusion/ej2-base';import { Browser, Complex, getUniqueID, SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { MenuBase, FieldSettings } from '../common/menu-base';import { MenuItemModel, FieldSettingsModel } from '../common/menu-base-model';

/**
* Defines whether to allow the cross-scripting site or not.
* Specifies whether to enable the rendering of untrusted HTML values in the Menu component.
* If 'enableHtmlSanitizer' set to true, the component will sanitize any suspected untrusted strings and scripts before rendering them.
*
* @default false
* @default true
*/

@@ -59,0 +60,0 @@ enableHtmlSanitizer?: boolean;

@@ -66,5 +66,6 @@ /// <reference path="../common/menu-base-model.d.ts" />

/**
* Defines whether to allow the cross-scripting site or not.
* Specifies whether to enable the rendering of untrusted HTML values in the Menu component.
* If 'enableHtmlSanitizer' set to true, the component will sanitize any suspected untrusted strings and scripts before rendering them.
*
* @default false
* @default true
*/

@@ -71,0 +72,0 @@ enableHtmlSanitizer: boolean;

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

__decorate([
Property(false)
Property(true)
], Menu.prototype, "enableHtmlSanitizer", void 0);

@@ -277,0 +277,0 @@ __decorate([

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

if (this.element.classList.contains(RTL)) {
var elementPos = this.stepperItemElements[0].firstChild;
value = ((progressPos.offsetWidth - selectedEle.offsetLeft) + Math.abs((elementPos.offsetLeft + elementPos.offsetWidth) - this.stepperItemList.offsetWidth)) / progressPos.offsetWidth * 100;
value = (progressPos.getBoundingClientRect().right - selectedEle.getBoundingClientRect().right + (selectedEle.offsetWidth / 2)) / progressPos.offsetWidth * 100;
this.progressbar.style.setProperty(PROGRESSVALUE, (value) + '%');

@@ -771,0 +770,0 @@ }

@@ -168,11 +168,4 @@ import { Component, Property, Event, EmitType, closest, Collection, Complex, attributes, detach, Instance, isNullOrUndefined, animationMode } from '@syncfusion/ej2-base';import { INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, select, isVisible } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, MouseEventArgs, Effect, Browser, formatUnit, DomElements, L10n } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, isNullOrUndefined as isNOU, selectAll, addClass, removeClass, remove } from '@syncfusion/ej2-base';import { EventHandler, rippleEffect, Touch, SwipeEventArgs, compile, Animation, AnimationModel, BaseEventArgs } from '@syncfusion/ej2-base';import { getRandomId, SanitizeHtmlHelper, Draggable, DragEventArgs as DragArgs, DropEventArgs } from '@syncfusion/ej2-base';import { Base } from '@syncfusion/ej2-base';import { Popup, PopupModel } from '@syncfusion/ej2-popups';import { Toolbar, OverflowMode, ClickEventArgs } from '../toolbar/toolbar';

* An array of object that is used to configure the Tab component.
* ```typescript
* let tabObj: Tab = new Tab( {
* items: [
* { header: { text: 'TabItem1' }, content: 'Tab Item1 Content' },
* { header: { text: 'TabItem2' }, content: 'Tab Item2 Content' }
* ]
* });
* tabObj.appendTo('#tab');
* ```
*
* {% codeBlock src='tab/items/index.md' %}{% endcodeBlock %}
*

@@ -207,12 +200,4 @@ * @default []

* Specifies the index for activating the current Tab item.
* ```typescript
* let tabObj: Tab = new Tab( {
* selectedItem: 1,
* items: [
* { header: { text: 'TabItem1' }, content: 'Tab Item1 Content' },
* { header: { text: 'TabItem2' }, content: 'Tab Item2 Content' }
* ]
* });
* tabObj.appendTo('#tab');
* ```
*
* {% codeBlock src='tab/selectedItem/index.md' %}{% endcodeBlock %}
*

@@ -279,5 +264,6 @@ * @default 0

/**
* Defines whether to allow the cross-scripting site or not.
* Specifies whether to enable the rendering of untrusted HTML values in the Tab component.
* When this property is enabled, the component will sanitize any suspected untrusted strings and scripts before rendering them.
*
* @default false
* @default true
*/

@@ -284,0 +270,0 @@ enableHtmlSanitizer?: boolean;

@@ -302,12 +302,5 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

* An array of object that is used to configure the Tab component.
* ```typescript
* let tabObj: Tab = new Tab( {
* items: [
* { header: { text: 'TabItem1' }, content: 'Tab Item1 Content' },
* { header: { text: 'TabItem2' }, content: 'Tab Item2 Content' }
* ]
* });
* tabObj.appendTo('#tab');
* ```
*
* {% codeBlock src='tab/items/index.md' %}{% endcodeBlock %}
*
* @default []

@@ -337,13 +330,5 @@ */

* Specifies the index for activating the current Tab item.
* ```typescript
* let tabObj: Tab = new Tab( {
* selectedItem: 1,
* items: [
* { header: { text: 'TabItem1' }, content: 'Tab Item1 Content' },
* { header: { text: 'TabItem2' }, content: 'Tab Item2 Content' }
* ]
* });
* tabObj.appendTo('#tab');
* ```
*
* {% codeBlock src='tab/selectedItem/index.md' %}{% endcodeBlock %}
*
* @default 0

@@ -403,5 +388,6 @@ */

/**
* Defines whether to allow the cross-scripting site or not.
* Specifies whether to enable the rendering of untrusted HTML values in the Tab component.
* When this property is enabled, the component will sanitize any suspected untrusted strings and scripts before rendering them.
*
* @default false
* @default true
*/

@@ -408,0 +394,0 @@ enableHtmlSanitizer: boolean;

@@ -1,2 +0,2 @@

import { Component, EmitType, isUndefined, Browser, compile, isNullOrUndefined, SanitizeHtmlHelper, animationMode } from '@syncfusion/ej2-base';import { Property, INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, Complex } from '@syncfusion/ej2-base';import { Event, EventHandler, KeyboardEvents, KeyboardEventArgs } from '@syncfusion/ej2-base';import { rippleEffect, Effect, Animation, AnimationOptions, RippleOptions, remove } from '@syncfusion/ej2-base';import { Draggable, DragEventArgs, Droppable, DropEventArgs } from '@syncfusion/ej2-base';import { getElement } from '@syncfusion/ej2-base';import { addClass, removeClass, closest, matches, detach, select, selectAll, isVisible, append } from '@syncfusion/ej2-base';import { DataManager, Query } from '@syncfusion/ej2-data';import { isNullOrUndefined as isNOU, Touch, TapEventArgs, getValue, setValue, extend, merge, attributes } from '@syncfusion/ej2-base';import { ListBase, ListBaseOptions, AriaAttributesMapping, FieldsMapping } from '@syncfusion/ej2-lists';import { createCheckBox, rippleMouseHandler } from '@syncfusion/ej2-buttons';import { Input, InputObject } from '@syncfusion/ej2-inputs';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';
import { Component, EmitType, isUndefined, Browser, compile, isNullOrUndefined, SanitizeHtmlHelper, animationMode } from '@syncfusion/ej2-base';import { Property, INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, Complex } from '@syncfusion/ej2-base';import { Event, EventHandler, KeyboardEvents, KeyboardEventArgs } from '@syncfusion/ej2-base';import { rippleEffect, Effect, Animation, AnimationOptions, RippleOptions, remove } from '@syncfusion/ej2-base';import { Draggable, DragEventArgs, Droppable, DropEventArgs } from '@syncfusion/ej2-base';import { getElement } from '@syncfusion/ej2-base';import { addClass, removeClass, closest, matches, detach, select, selectAll, isVisible, append } from '@syncfusion/ej2-base';import { DataManager, Query } from '@syncfusion/ej2-data';import { isNullOrUndefined as isNOU, Touch, TapEventArgs, getValue, setValue, extend, merge, attributes } from '@syncfusion/ej2-base';import { ListBase, ListBaseOptions, AriaAttributesMapping, FieldsMapping } from '@syncfusion/ej2-lists';import { createCheckBox, rippleMouseHandler } from '@syncfusion/ej2-buttons';import { Input, InputObject } from '@syncfusion/ej2-inputs';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';
import {ExpandOnSettings,SortOrder,FailureEventArgs,DataBoundEventArgs,DataSourceChangedEventArgs,DrawNodeEventArgs,NodeKeyPressEventArgs,NodeCheckEventArgs,NodeClickEventArgs,NodeExpandEventArgs,DragAndDropEventArgs,NodeEditEventArgs,NodeSelectEventArgs} from "./treeview";

@@ -22,3 +22,2 @@ import {ComponentModel} from '@syncfusion/ej2-base';

*/
/* eslint-disable */
dataSource?: DataManager | { [key: string]: Object }[];

@@ -290,4 +289,4 @@

/**
* Specifies whether to allow rendering of untrusted HTML values in the TreeView component.
* While enable this property, it sanitize suspected untrusted strings and script, and update in the TreeView component.
* Specifies whether to display or remove the untrusted HTML values in the TreeView component.
* If 'enableHtmlSanitizer' set to true, the component will sanitize any suspected untrusted strings and scripts before rendering them.
* ```html

@@ -303,3 +302,3 @@ * <div id="tree"></div>

* ```
* @default false
* @default true
*/

@@ -476,3 +475,2 @@ enableHtmlSanitizer?: boolean;

*/
/* eslint-disable */
created?: EmitType<Object>;

@@ -507,3 +505,2 @@

*/
/* eslint-disable */
destroyed?: EmitType<Object>;

@@ -510,0 +507,0 @@

@@ -668,4 +668,4 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

/**
* Specifies whether to allow rendering of untrusted HTML values in the TreeView component.
* While enable this property, it sanitize suspected untrusted strings and script, and update in the TreeView component.
* Specifies whether to display or remove the untrusted HTML values in the TreeView component.
* If 'enableHtmlSanitizer' set to true, the component will sanitize any suspected untrusted strings and scripts before rendering them.
* ```html

@@ -681,3 +681,3 @@ * <div id="tree"></div>

* ```
* @default false
* @default true
*/

@@ -684,0 +684,0 @@ enableHtmlSanitizer: boolean;

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 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 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

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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

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