New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-video-timeline

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-video-timeline - npm Package Compare versions

Comparing version 0.1.1 to 0.1.10

esm2020/lib/timeline.component.mjs

10

lib/timeline.component.d.ts
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
import { Subscription } from 'rxjs';
import * as i0 from "@angular/core";
export declare class DateUtil {
/**
* 日期格式为string
* @param date 日期
* @param format 格式参数
* The date format is string
* @param date date
* @param format date format
*/

@@ -185,2 +186,5 @@ static formatDate(date: Date, format: string): string;

onDragStart(e: MouseEvent): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxVideoTimelineComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxVideoTimelineComponent, "ngx-video-timeline", never, { "canvasHeight": "canvasHeight"; "playTime": "playTime"; "speed": "speed"; "forWardValue": "forWardValue"; "startTimeThreshold": "startTimeThreshold"; "endTimeThreshold": "endTimeThreshold"; "borderColor": "borderColor"; "bgColor": "bgColor"; "bottomLineColor": "bottomLineColor"; "verticalBarColor": "verticalBarColor"; "playBarColor": "playBarColor"; "videoCells": "videoCells"; "isPlayClick": "isPlayClick"; }, { "playClick": "playClick"; "mouseUp": "mouseUp"; "mouseDown": "mouseDown"; "keyUp": "keyUp"; "keyDown": "keyDown"; }, never, never>;
}
//# sourceMappingURL=timeline.component.d.ts.map

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

import * as i0 from "@angular/core";
import * as i1 from "./timeline.component";
import * as i2 from "@angular/common";
export declare class NgxVideoTimelineModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxVideoTimelineModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxVideoTimelineModule, [typeof i1.NgxVideoTimelineComponent], [typeof i2.CommonModule], [typeof i1.NgxVideoTimelineComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxVideoTimelineModule>;
}
//# sourceMappingURL=timeline.module.d.ts.map
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="ngx-video-timeline" />
export * from './public-api';
//# sourceMappingURL=ngx-video-timeline.d.ts.map
{
"name": "ngx-video-timeline",
"version": "0.1.1",
"version": "0.1.10",
"peerDependencies": {
"@angular/common": "^9.1.12",
"@angular/core": "^9.1.12"
"@angular/common": "~13.4.0",
"@angular/core": "~13.4.0",
"dayjs": "^1.11.7"
},
"dependencies": {
"tslib": "^1.10.0"
"tslib": "^2.0.0"
},

@@ -20,17 +21,29 @@ "description": "a video timeline for ng2+",

"email": "lenonrade@gmail.com",
"url": "https://github.com/Howjune"
"url": "https://github.com/lenonMax"
},
"license": "MIT",
"repository": {
"url": "https://github.com/Howjune/ngx-video-timeline"
"url": "https://github.com/lenonMax/ngx-video-timeline"
},
"homepage": "https://github.com/Howjune/ngx-video-timeline",
"main": "bundles/ngx-video-timeline.umd.js",
"module": "fesm2015/ngx-video-timeline.js",
"es2015": "fesm2015/ngx-video-timeline.js",
"esm2015": "esm2015/ngx-video-timeline.js",
"fesm2015": "fesm2015/ngx-video-timeline.js",
"homepage": "https://github.com/lenonMax/ngx-video-timeline",
"module": "fesm2015/ngx-video-timeline.mjs",
"es2020": "fesm2020/ngx-video-timeline.mjs",
"esm2020": "esm2020/ngx-video-timeline.mjs",
"fesm2020": "fesm2020/ngx-video-timeline.mjs",
"fesm2015": "fesm2015/ngx-video-timeline.mjs",
"typings": "ngx-video-timeline.d.ts",
"metadata": "ngx-video-timeline.metadata.json",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-video-timeline.d.ts",
"esm2020": "./esm2020/ngx-video-timeline.mjs",
"es2020": "./fesm2020/ngx-video-timeline.mjs",
"es2015": "./fesm2015/ngx-video-timeline.mjs",
"node": "./fesm2015/ngx-video-timeline.mjs",
"default": "./fesm2020/ngx-video-timeline.mjs"
}
},
"sideEffects": false
}
}

@@ -1,3 +0,3 @@

export * from './lib/timeline.service';
export * from './lib/timeline.component';
export * from './lib/timeline.module';
//# sourceMappingURL=public-api.d.ts.map

@@ -6,6 +6,22 @@ # NgxVideoTimeline

![example](../../src/assets/timeline.png)
## Installation
#### Compatibility
| Angular | Latest ngx-colors compatible |
| ------- | ---------------------------- |
| 12 | 0.1.9 |
| 11 | 0.1.8 |
| 10 | 0.1.7 |
| 9 | 0.1.1 |
## Getting Started
```
npm i ngx-video-timeline --save
npm i ngx-video-timeline dayjs --save
```
or
```
yarn add ngx-video-timeline dayjs
```
## Usage

@@ -12,0 +28,0 @@ Import the module into your module

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