Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-schedule

Package Overview
Dependencies
Maintainers
2
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-schedule - npm Package Compare versions

Comparing version 16.2.50 to 16.3.17

src/schedule/headerrows-directive.d.ts

48

CHANGELOG.md

@@ -5,2 +5,27 @@ # Changelog

### Schedule
#### New Features
- **Timeline view** - Displays the day, week, work week and month view layouts in timeline mode by illustrating both the date and time intervals in horizontal orientation. Also, it organizes the resource display in a hierarchical tree structure based on the grouping levels.
- **Header rows** - Provided support to add custom header rows on timeline views, to depict an additional row for displaying the corresponding year, month, week number and dates.
- **Drag and Drop** - Appointments can be easily rescheduled to some other time, by dragging and dropping it onto the required time slots.
- **Resize** - Appointment’s time can be easily extended either by resizing its start or end handlers.
- **Week Number** - Support added to display the week number of the current date, beside the date header section.
- Provided template support for customizing `quick popup`, that opens while clicking on the cells or appointments.
- The data type of the appointment ID field is made compatible to accept both string and number type values.
#### Bug Fixes
- An issue with customization done on `quick popup` getting lost, while clicking on the same target twice has been fixed.
#### Breaking Changes
- The child directive **`ViewsModelDirective`** defined under `ViewsDirective` has been changed to **`ViewDirective`** now as per the standard.
- The child directive **`ResourcesModelDirective`** defined under `ResourcesDirective` has been changed to **`ResourceDirective`** now as per the standard.
## 16.2.47 (2018-08-07)

@@ -71,2 +96,20 @@

undefinedSchedule is an event calendar which facilitates user with the common Outlook-calendar features, thus allowing the users to plan and manage their appointments and its time in an efficient way.
- **Views** - Schedule is now availed with 6 different view modes – day, week, work week, month, agenda and month agenda. It is possible to configure view-based settings on each view mode. The `Week` view is set as active view by default.
- **Data binding** - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time.
- **Multiple resources** - Supports planning and management of events for multiple resources and allows to group them under appropriate resources. Also, supports date-wise grouping, linked appointments and other group related customizations.
- **Recurrence** - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
- **Template** - The key elements like events, date header, work cells and event tooltip comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it.
- **Time zone** - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event – thus allowing the events to display on its exact local time.
- **Timescale** - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots.
- **Customizable working days and hours** - Users can set specific work hour range which is visually differentiated with active colour. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as weekend.
- **Custom editor template** - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor.
- **Adaptive rendering** - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
- **Keyboard interaction** - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs.
- **Localization** - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language.
- **RTL** - Supports displaying the component to display in the direction from right to left.
## 16.1.37 (2018-04-24)

@@ -96,2 +139,3 @@

- **Views** - Schedule is now availed with 6 different view modes – day, week, work week, month, agenda and month agenda. It is possible to configure view-based settings on each view mode. The `Week` view is set as active view by default.

@@ -107,2 +151,4 @@ - **Data binding** - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time.

- **Localization** - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language.
- **RTL** - Supports displaying the component to display in the direction from right to left.
- **RTL** - Supports displaying the component to display in the direction from right to left.

@@ -62,3 +62,7 @@ {

"Agenda",
"MonthAgenda"
"MonthAgenda",
"TimelineViews",
"TimelineMonth",
"Resize",
"DragAndDrop"
],

@@ -83,2 +87,14 @@ "diModuleFiles": [

"fileName": "month-agenda"
},
{
"fileName": "timeline-view"
},
{
"fileName": "timeline-month"
},
{
"fileName": "resize"
},
{
"fileName": "drag"
}

@@ -178,2 +194,6 @@ ],

"baseClass": "Group"
},
{
"propertyName": "quickInfoTemplates",
"baseClass": "QuickInfoTemplates"
}

@@ -187,13 +207,13 @@ ],

"arrayDirectiveClassName": "views",
"directiveClassName": "ViewsModel",
"directiveSelector": "e-views>e-view",
"aspDirectiveSelector": "e-view",
"directiveClassName": "view",
"complexDirective": [
{
"propertyName": "timeScale",
"baseClass": "TimeScale"
"baseClass": "TimeScale",
"aspSelectorName": "e-schedule-view-timescale"
},
{
"propertyName": "group",
"baseClass": "Group"
"baseClass": "Group",
"aspSelectorName": "e-schedule-view-group"
}

@@ -205,3 +225,6 @@ ],

"eventTemplate",
"resourceHeaderTemplate"
"resourceHeaderTemplate",
"timeScale.minorSlotTemplate",
"timeScale.majorSlotTemplate",
"group.headerTooltipTemplate"
],

@@ -227,3 +250,3 @@ "comment": [

" * ```tsx",
" * <ScheduleComponent> ",
" * <ScheduleComponent>",
" * <ViewsDirective>",

@@ -257,5 +280,3 @@ " * <ViewDirective option='day' dateFormat='dd MMM'></ViewDirective>",

"arrayDirectiveClassName": "resources",
"directiveClassName": "ResourcesModel",
"directiveSelector": "e-resources>e-resource",
"aspDirectiveSelector": "e-resource",
"directiveClassName": "resource",
"comment": [

@@ -280,3 +301,3 @@ "/**",

" * ```tsx",
" * <ScheduleComponent> ",
" * <ScheduleComponent>",
" * <ResourcesDirective>",

@@ -304,2 +325,58 @@ " * <ResourceDirective field='RoomId' name='Rooms'></ResourceDirective>",

]
},
{
"baseClass": "HeaderRows",
"propertyName": "headerRows",
"directoryName": "schedule",
"arrayDirectiveClassName": "HeaderRows",
"directiveClassName": "HeaderRow",
"arrayDirectiveSelector": "ejs-schedule>e-header-rows",
"directiveSelector": "e-header-rows>e-header-row",
"aspArrayDirectiveSelector": "e-schedule-header-rows",
"aspDirectiveSelector": "e-schedule-header-row",
"templateProperties": [
"template"
],
"comment": [
"/**",
" * `e-header-rows` directive represent a header rows of the Schedule. ",
" * It must be contained in a Schedule component(`ejs-schedule`). ",
" * ```html",
" * <ejs-schedule>",
" * <e-header-rows>",
" * <e-header-row option='Week'></e-header-row>",
" * <e-header-row option='Date'></e-header-row>",
" * </e-header-rows>",
" * </ejs-schedule>",
" * ```",
" */"
],
"reactComment": [
"/**",
" * `HeaderRowsDirective` represent a header rows of the react Schedule. ",
" * It must be contained in a Schedule component(`SchduleComponent`). ",
" * ```tsx",
" * <ScheduleComponent>",
" * <HeaderRowsDirective>",
" * <HeaderRowDirective option='Week'></HeaderRowDirective>",
" * <HeaderRowDirective option='Date'></HeaderRowDirective>",
" * <HeaderRowsDirective>",
" * </ScheduleComponent>",
" * ```",
" */"
],
"vueComment": [
"/**",
" * `e-header-rows` directive represent a header rows of the VueJS Schedule. ",
" * It must be contained in a Schedule component(`ejs-schedule`). ",
" * ```vue",
" * <ejs-schedule>",
" * <e-header-rows>",
" * <e-header-row option='Week'></e-header-row>",
" * <e-header-row option='Date'></e-header-row>",
" * </e-header-rows>",
" * </ejs-schedule>",
" * ```",
" */"
]
}

@@ -315,3 +392,7 @@ ],

"timeScale.majorSlotTemplate",
"resourceHeaderTemplate"
"resourceHeaderTemplate",
"quickInfoTemplates.header",
"quickInfoTemplates.content",
"quickInfoTemplates.footer",
"group.headerTooltipTemplate"
]

@@ -318,0 +399,0 @@ },

6

dist/ej2-react-schedule.umd.min.js
/*!
* filename: ej2-react-schedule.umd.min.js
* version : 16.2.50
* version : 16.3.17
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

* filename: ej2-react-schedule.umd.min.js
* version : 16.2.47
* version : 16.2.41
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-schedule")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-schedule"],t):t(e.ej={},e.ej2ReactBase,e.React,e.ej2Schedule)}(this,function(e,t,n,r){"use strict";var o=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="viewsModel",t}(t.ComplexBase),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="views",t.moduleName="views",t}(t.ComplexBase),s=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.moduleName="resourcesModel",t}(t.ComplexBase),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.propertyName="resources",t.moduleName="resources",t}(t.ComplexBase),a=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),l=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={views:"viewsModel",resources:"resourcesModel"},n.state=t,n}return a(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return n.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},t}(r.Schedule);t.applyMixins(l,[t.ComponentBase,n.PureComponent]);var f=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),d=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.state=t,n}return f(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return n.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},t}(r.RecurrenceEditor);t.applyMixins(d,[t.ComponentBase,n.PureComponent]),e.Inject=t.Inject,e.ViewsModelDirective=i,e.ViewsDirective=c,e.ResourcesModelDirective=u,e.ResourcesDirective=p,e.ScheduleComponent=l,e.RecurrenceEditorComponent=d,Object.keys(r).forEach(function(t){e[t]=r[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-schedule")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-schedule"],t):t(e.ej={},e.ej2ReactBase,e.React,e.ej2Schedule)}(this,function(e,t,r,n){"use strict";var o=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="view",t}(t.ComplexBase),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="views",t.moduleName="views",t}(t.ComplexBase),u=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return u(t,e),t.moduleName="resource",t}(t.ComplexBase),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return u(t,e),t.propertyName="resources",t.moduleName="resources",t}(t.ComplexBase),a=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.moduleName="headerRow",t}(t.ComplexBase),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.propertyName="headerRows",t.moduleName="headerRows",t}(t.ComplexBase),h=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),y=function(e){function t(t){var r=e.call(this,t)||this;return r.initRenderCalled=!1,r.checkInjectedModules=!0,r.directivekeys={views:"view",resources:"resource",headerRows:"headerRow"},r.state=t,r}return h(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return r.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},t}(n.Schedule);t.applyMixins(y,[t.ComponentBase,r.PureComponent]);var d=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),_=function(e){function t(t){var r=e.call(this,t)||this;return r.initRenderCalled=!1,r.checkInjectedModules=!1,r.state=t,r}return d(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return r.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},t}(n.RecurrenceEditor);t.applyMixins(_,[t.ComponentBase,r.PureComponent]),e.Inject=t.Inject,e.ViewDirective=i,e.ViewsDirective=c,e.ResourceDirective=s,e.ResourcesDirective=p,e.HeaderRowDirective=f,e.HeaderRowsDirective=l,e.ScheduleComponent=y,e.RecurrenceEditorComponent=_,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
//# sourceMappingURL=ej2-react-schedule.umd.min.js.map

@@ -17,5 +17,5 @@ import { ComplexBase, ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';

*/
class ViewsModelDirective extends ComplexBase {
class ViewDirective extends ComplexBase {
}
ViewsModelDirective.moduleName = 'viewsModel';
ViewDirective.moduleName = 'view';
class ViewsDirective extends ComplexBase {

@@ -38,5 +38,5 @@ }

*/
class ResourcesModelDirective extends ComplexBase {
class ResourceDirective extends ComplexBase {
}
ResourcesModelDirective.moduleName = 'resourcesModel';
ResourceDirective.moduleName = 'resource';
class ResourcesDirective extends ComplexBase {

@@ -48,2 +48,22 @@ }

/**
* `HeaderRowsDirective` represent a header rows of the react Schedule.
* It must be contained in a Schedule component(`SchduleComponent`).
* ```tsx
* <ScheduleComponent>
* <HeaderRowsDirective>
* <HeaderRowDirective option='Week'></HeaderRowDirective>
* <HeaderRowDirective option='Date'></HeaderRowDirective>
* <HeaderRowsDirective>
* </ScheduleComponent>
* ```
*/
class HeaderRowDirective extends ComplexBase {
}
HeaderRowDirective.moduleName = 'headerRow';
class HeaderRowsDirective extends ComplexBase {
}
HeaderRowsDirective.propertyName = 'headerRows';
HeaderRowsDirective.moduleName = 'headerRows';
/**
* `ScheduleComponent` represents the react Schedule.

@@ -59,3 +79,3 @@ * ```tsx

this.checkInjectedModules = true;
this.directivekeys = { 'views': 'viewsModel', 'resources': 'resourcesModel' };
this.directivekeys = { 'views': 'view', 'resources': 'resource', 'headerRows': 'headerRow' };
this.state = props;

@@ -100,5 +120,5 @@ }

export { ViewsModelDirective, ViewsDirective, ResourcesModelDirective, ResourcesDirective, ScheduleComponent, RecurrenceEditorComponent };
export { ViewDirective, ViewsDirective, ResourceDirective, ResourcesDirective, HeaderRowDirective, HeaderRowsDirective, ScheduleComponent, RecurrenceEditorComponent };
export * from '@syncfusion/ej2-schedule';
export { Inject } from '@syncfusion/ej2-react-base';
//# sourceMappingURL=ej2-react-schedule.es2015.js.map
{
"name": "@syncfusion/ej2-react-schedule",
"version": "16.2.50",
"version": "16.3.17",
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React",

@@ -38,5 +38,5 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.2.50",
"@syncfusion/ej2-react-base": "~16.2.50",
"@syncfusion/ej2-schedule": "16.2.50"
"@syncfusion/ej2-base": "~16.3.17",
"@syncfusion/ej2-react-base": "~16.3.17",
"@syncfusion/ej2-schedule": "16.3.17"
},

@@ -43,0 +43,0 @@ "devDependencies": {

@@ -1,5 +0,1 @@

import * as reactschedule from './index';
import * as base from '@syncfusion/ej2-base';
import * as reactbase from '@syncfusion/ej2-react-base';
import * as schedule from '@syncfusion/ej2-schedule';
export { reactschedule, base, reactbase, schedule };
export * from './index';
export * from './views-directive';
export * from './resources-directive';
export * from './headerrows-directive';
export * from './schedule.component';
export * from './views-directive';
export * from './resources-directive';
export * from './headerrows-directive';
export * from './schedule.component';

@@ -15,3 +15,3 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';

*/
export declare class ResourcesModelDirective extends ComplexBase<ResourcesModel, ResourcesModel> {
export declare class ResourceDirective extends ComplexBase<ResourcesModel, ResourcesModel> {
static moduleName: string;

@@ -18,0 +18,0 @@ }

@@ -24,11 +24,11 @@ var __extends = (this && this.__extends) || (function () {

*/
var ResourcesModelDirective = /** @class */ (function (_super) {
__extends(ResourcesModelDirective, _super);
function ResourcesModelDirective() {
var ResourceDirective = /** @class */ (function (_super) {
__extends(ResourceDirective, _super);
function ResourceDirective() {
return _super !== null && _super.apply(this, arguments) || this;
}
ResourcesModelDirective.moduleName = 'resourcesModel';
return ResourcesModelDirective;
ResourceDirective.moduleName = 'resource';
return ResourceDirective;
}(ComplexBase));
export { ResourcesModelDirective };
export { ResourceDirective };
var ResourcesDirective = /** @class */ (function (_super) {

@@ -35,0 +35,0 @@ __extends(ResourcesDirective, _super);

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

_this.checkInjectedModules = true;
_this.directivekeys = { 'views': 'viewsModel', 'resources': 'resourcesModel' };
_this.directivekeys = { 'views': 'view', 'resources': 'resource', 'headerRows': 'headerRow' };
_this.state = props;

@@ -29,0 +29,0 @@ return _this;

@@ -21,3 +21,3 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';

*/
export declare class ViewsModelDirective extends ComplexBase<ViewsModel | ViewsDirTypecast, ViewsModel | ViewsDirTypecast> {
export declare class ViewDirective extends ComplexBase<ViewsModel | ViewsDirTypecast, ViewsModel | ViewsDirTypecast> {
static moduleName: string;

@@ -24,0 +24,0 @@ }

@@ -24,11 +24,11 @@ var __extends = (this && this.__extends) || (function () {

*/
var ViewsModelDirective = /** @class */ (function (_super) {
__extends(ViewsModelDirective, _super);
function ViewsModelDirective() {
var ViewDirective = /** @class */ (function (_super) {
__extends(ViewDirective, _super);
function ViewDirective() {
return _super !== null && _super.apply(this, arguments) || this;
}
ViewsModelDirective.moduleName = 'viewsModel';
return ViewsModelDirective;
ViewDirective.moduleName = 'view';
return ViewDirective;
}(ComplexBase));
export { ViewsModelDirective };
export { ViewDirective };
var ViewsDirective = /** @class */ (function (_super) {

@@ -35,0 +35,0 @@ __extends(ViewsDirective, _super);

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