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

@syncfusion/ej2-angular-lists

Package Overview
Dependencies
Maintainers
3
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-lists - npm Package Compare versions

Comparing version 25.1.35 to 25.1.39-ngcc

@syncfusion/ej2-angular-lists.es5.js

42

package.json
{
"_from": "@syncfusion/ej2-angular-lists@*",
"_id": "@syncfusion/ej2-angular-lists@18.23.1",
"_id": "@syncfusion/ej2-angular-lists@25.1.35",
"_inBundle": false,
"_integrity": "sha512-AU5zObcVD0Brej2nxp4/GN1koyPZXMJV2xlEC2BTVEj2zfRwnilbDkfb2rzwCXqYe0iz9wq97mORoJrd2oJIMQ==",
"_integrity": "sha512-Y/UIwKMEROykubSONe+0aWNuLPbuFolEE6bIPfF6A4OGlHRwghLVag5xjENxjEL2Cg1ZdrAovHltQxoZfSO6IA==",
"_location": "/@syncfusion/ej2-angular-lists",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-lists/-/ej2-angular-lists-18.23.1.tgz",
"_shasum": "cf37553c9d6ba44129d7df97ff659f7f1fd29eba",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-lists/-/ej2-angular-lists-25.1.35.tgz",
"_shasum": "8f04c6ad11bdcd5f326ecb6117690754f58604b3",
"_spec": "@syncfusion/ej2-angular-lists@*",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
"author": {

@@ -35,26 +35,10 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-angular-base": "~25.1.35",
"@syncfusion/ej2-angular-base": "~25.1.37",
"@syncfusion/ej2-base": "~25.1.35",
"@syncfusion/ej2-lists": "25.1.35",
"tslib": "^2.3.0"
"@syncfusion/ej2-lists": "25.1.39"
},
"deprecated": false,
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular",
"es2020": "fesm2020/syncfusion-ej2-angular-lists.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-lists.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-lists.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-lists.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-lists.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-lists.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-lists.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-lists.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-lists.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-lists.mjs",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-lists.js",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -69,3 +53,5 @@ "keywords": [

"license": "SEE LICENSE IN license",
"module": "fesm2015/syncfusion-ej2-angular-lists.mjs",
"main": "dist/ej2-angular-lists.umd.js",
"metadata": "ej2-angular-lists.metadata.json",
"module": "@syncfusion/ej2-angular-lists.es5.js",
"name": "@syncfusion/ej2-angular-lists",

@@ -78,4 +64,4 @@ "repository": {

"sideEffects": false,
"typings": "syncfusion-ej2-angular-lists.d.ts",
"version": "25.1.35"
"typings": "ej2-angular-lists.d.ts",
"version": "25.1.39-ngcc"
}
export declare const pkgName = "@syncfusion/ej2-angular-lists";
export declare const pkgVer = "^18.23.1";
export declare const pkgVer = "^25.1.35";
export declare const moduleName = "ListViewModule";
export declare const themeVer = "~18.23.1";
export declare const themeVer = "~25.1.35";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-lists';
exports.pkgVer = '^25.1.35';
exports.pkgVer = '^25.1.39';
exports.moduleName = 'ListViewModule';
exports.themeVer = '~25.1.35';
exports.themeVer = '~25.1.39';
export const pkgName = '@syncfusion/ej2-angular-lists';
export const pkgVer = '^25.1.35';
export const pkgVer = '^25.1.39';
export const moduleName = 'ListViewModule';
export const themeVer = '~25.1.35';
export const themeVer = '~25.1.39';
import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./listview.module";
export declare const VirtualizationService: ValueProvider;

@@ -10,5 +7,2 @@ /**

export declare class ListViewAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ListViewAllModule, never, [typeof i1.CommonModule, typeof i2.ListViewModule], [typeof i2.ListViewModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ListViewAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { ListView } from '@syncfusion/ej2-lists';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -69,4 +68,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "ejs-listview", never, { "animation": "animation"; "checkBoxPosition": "checkBoxPosition"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enable": "enable"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "fields": "fields"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "headerTitle": "headerTitle"; "height": "height"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "query": "query"; "showCheckBox": "showCheckBox"; "showHeader": "showHeader"; "showIcon": "showIcon"; "sortOrder": "sortOrder"; "template": "template"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "scroll": "scroll"; "select": "select"; }, ["template", "groupTemplate", "headerTemplate"], never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./listview.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the ListView component.

export declare class ListViewModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ListViewModule, [typeof i1.ListViewComponent], [typeof i2.CommonModule], [typeof i1.ListViewComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ListViewModule>;
}
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