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

ngx-countdown

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-countdown - npm Package Compare versions

Comparing version 12.0.1 to 13.0.0

esm2020/countdown.component.mjs

3

countdown.component.d.ts

@@ -5,2 +5,3 @@ import { OnChanges, SimpleChanges, OnDestroy, EventEmitter, OnInit, SimpleChange, ChangeDetectorRef, TemplateRef, NgZone } from '@angular/core';

import { CountdownGlobalConfig } from './countdown.config';
import * as i0 from "@angular/core";
export declare class CountdownComponent implements OnInit, OnChanges, OnDestroy {

@@ -60,2 +61,4 @@ private locale;

} & SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CountdownComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CountdownComponent, "countdown", never, { "config": "config"; "render": "render"; }, { "event": "event"; }, never, never>;
}
import { CountdownFormatFn, CountdownConfig } from './interfaces';
import * as i0 from "@angular/core";
export declare class CountdownGlobalConfig implements CountdownConfig {

@@ -10,2 +11,4 @@ private locale;

formatDate?: CountdownFormatFn;
static ɵfac: i0.ɵɵFactoryDeclaration<CountdownGlobalConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CountdownGlobalConfig>;
}

@@ -0,2 +1,8 @@

import * as i0 from "@angular/core";
import * as i1 from "./countdown.component";
import * as i2 from "@angular/common";
export declare class CountdownModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CountdownModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CountdownModule, [typeof i1.CountdownComponent], [typeof i2.CommonModule], [typeof i1.CountdownComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CountdownModule>;
}
import { NgZone } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CountdownTimer {

@@ -13,2 +14,4 @@ private ngZone;

remove(fn: () => void): this;
static ɵfac: i0.ɵɵFactoryDeclaration<CountdownTimer, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CountdownTimer>;
}
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="ngx-countdown" />
export * from './public_api';

28

package.json
{
"name": "ngx-countdown",
"version": "12.0.1",
"version": "13.0.0",
"description": "Simple, easy and performance countdown for angular",

@@ -23,13 +23,25 @@ "keywords": [

"homepage": "https://cipchk.github.io/ngx-countdown/",
"main": "bundles/ngx-countdown.umd.js",
"module": "fesm2015/ngx-countdown.js",
"es2015": "fesm2015/ngx-countdown.js",
"esm2015": "esm2015/ngx-countdown.js",
"fesm2015": "fesm2015/ngx-countdown.js",
"module": "fesm2015/ngx-countdown.mjs",
"es2020": "fesm2020/ngx-countdown.mjs",
"esm2020": "esm2020/ngx-countdown.mjs",
"fesm2020": "fesm2020/ngx-countdown.mjs",
"fesm2015": "fesm2015/ngx-countdown.mjs",
"typings": "ngx-countdown.d.ts",
"metadata": "ngx-countdown.metadata.json",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-countdown.d.ts",
"esm2020": "./esm2020/ngx-countdown.mjs",
"es2020": "./fesm2020/ngx-countdown.mjs",
"es2015": "./fesm2015/ngx-countdown.mjs",
"node": "./fesm2015/ngx-countdown.mjs",
"default": "./fesm2020/ngx-countdown.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.1.0"
"tslib": "^2.3.0"
}
}
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