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

esm2022/lib/timeline.component.mjs

20

lib/timeline.component.d.ts
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
import { Subscription } from 'rxjs';
import * as i0 from "@angular/core";
/**
* A utility class for working with dates.
*/
export declare class DateUtil {
/**
* 日期格式为string
* @param date 日期
* @param format 格式参数
* Formats the given date according to the specified format.
* @param date The date to format.
* @param format The format string, using the following placeholders:
* - YYYY: four-digit year
* - MM: two-digit month (zero-padded)
* - DD: two-digit day of month (zero-padded)
* - HH: two-digit hour (zero-padded, 24-hour format)
* - mm: two-digit minute (zero-padded)
* - ss: two-digit second (zero-padded)
* @returns The formatted date string.
*/

@@ -185,2 +196,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": { "alias": "canvasHeight"; "required": false; }; "playTime": { "alias": "playTime"; "required": false; }; "speed": { "alias": "speed"; "required": false; }; "forWardValue": { "alias": "forWardValue"; "required": false; }; "startTimeThreshold": { "alias": "startTimeThreshold"; "required": false; }; "endTimeThreshold": { "alias": "endTimeThreshold"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "bgColor": { "alias": "bgColor"; "required": false; }; "bottomLineColor": { "alias": "bottomLineColor"; "required": false; }; "verticalBarColor": { "alias": "verticalBarColor"; "required": false; }; "playBarColor": { "alias": "playBarColor"; "required": false; }; "videoCells": { "alias": "videoCells"; "required": false; }; "isPlayClick": { "alias": "isPlayClick"; "required": false; }; }, { "playClick": "playClick"; "mouseUp": "mouseUp"; "mouseDown": "mouseDown"; "keyUp": "keyUp"; "keyDown": "keyDown"; }, never, never, false, 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

36

package.json
{
"name": "ngx-video-timeline",
"version": "0.1.1",
"version": "0.1.16",
"peerDependencies": {
"@angular/common": "^9.1.12",
"@angular/core": "^9.1.12"
"@angular/common": "^16.0.1",
"@angular/core": "^16.0.1"
},
"dependencies": {
"tslib": "^1.10.0"
"tslib": "^2.0.0"
},

@@ -20,17 +20,23 @@ "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",
"typings": "ngx-video-timeline.d.ts",
"metadata": "ngx-video-timeline.metadata.json",
"homepage": "https://github.com/lenonMax/ngx-video-timeline",
"module": "fesm2022/ngx-video-timeline.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-video-timeline.mjs",
"esm": "./esm2022/ngx-video-timeline.mjs",
"default": "./fesm2022/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,2 +6,17 @@ # NgxVideoTimeline

![example](../../src/assets/timeline.png)
## Installation
#### Compatibility
| Angular | Latest ngx-colors compatible |
| ------- | ---------------------------- |
| 15 | 0.1.15 |
| 14 | 0.1.12 |
| 13 | 0.1.11 |
| 12 | 0.1.9 |
| 11 | 0.1.8 |
| 10 | 0.1.7 |
| 9 | 0.1.1 |
## Getting Started

@@ -11,2 +26,6 @@ ```

```
or
```
yarn add ngx-video-timeline
```
## Usage

@@ -13,0 +32,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