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

ionic3-index-list

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic3-index-list - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

bundles/ionic3-index-list.umd.js

5

index-list/index-list.d.ts
import { AfterViewChecked, ElementRef, QueryList } from '@angular/core';
import { IndexSectionComponent } from './index-section';
export declare class IndexListComponent implements AfterViewChecked {
_currentIndicator: string;
_currentIndicator: any;
_flag: boolean;

@@ -11,2 +11,4 @@ _indexes: any[];

_showModal: boolean;
hasTop: boolean;
top: ElementRef;
_listOfIndexSection: QueryList<IndexSectionComponent>;

@@ -21,2 +23,3 @@ scrollContent: ElementRef;

scrollList(y: any): void;
setCurrentSection(currentindex: string): void;
}

1

index-list/index-section.d.ts

@@ -5,2 +5,3 @@ import { AfterViewChecked, ElementRef, QueryList } from '@angular/core';

elementRef: ElementRef;
_current: boolean;
index: string;

@@ -7,0 +8,0 @@ _listOfIndexCell: QueryList<IndexCellComponent>;

{
"name": "ionic3-index-list",
"version": "1.0.3",
"description": "ionic2 component extend",
"main": "index.js",
"version": "1.0.4",
"description": "ionic3-index-list",
"scripts": {

@@ -15,13 +14,26 @@ "test": "echo \"Error: no test specified\" && exit 1"

"ionic2",
"angular2",
"index-list",
"ionic3",
"angular4"
"angular4",
"ionic2-index-list"
],
"author": "kaichen",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CK110/ionic3-index-list/issues"
},
"homepage": "https://github.com/CK110/ionic3-index-list#readme"
"homepage": "https://github.com/CK110/ionic3-index-list#readme",
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0"
},
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"dest": "dist",
"main": "bundles/ionic3-index-list.umd.js",
"module": "esm5/ionic3-index-list.js",
"es2015": "esm2015/ionic3-index-list.js",
"typings": "ionic3-index-list.d.ts",
"metadata": "ionic3-index-list.metadata.json",
"dependencies": {
"tslib": "^1.7.1"
}
}
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