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

moment-timezone-picker

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moment-timezone-picker - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

esm2020/lib/moment-timezone-picker.component.mjs

3

lib/moment-timezone-picker.component.d.ts
import { AfterViewInit, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
import { ControlValueAccessor, FormBuilder, FormGroup } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class TZone {

@@ -67,2 +68,4 @@ name: string;

writeValue(zone: string | TZone): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MomentTimezonePickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MomentTimezonePickerComponent, "ng-moment-timezone-picker", never, { "getUserZone": "getUserZone"; "customPlaceholderText": "customPlaceholderText"; "customNotFoundText": "customNotFoundText"; "clearable": "clearable"; "virtualScroll": "virtualScroll"; "disabled": "disabled"; "config": "config"; }, {}, never, never>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "./moment-timezone-picker.component";
import * as i2 from "@ng-select/ng-select";
import * as i3 from "@angular/forms";
export declare class MomentTimezonePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MomentTimezonePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MomentTimezonePickerModule, [typeof i1.MomentTimezonePickerComponent], [typeof i2.NgSelectModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule], [typeof i1.MomentTimezonePickerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MomentTimezonePickerModule>;
}

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

import * as i0 from "@angular/core";
export declare class MomentTimezonePickerService {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<MomentTimezonePickerService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<MomentTimezonePickerService>;
}
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="moment-timezone-picker" />
export * from './public_api';

38

package.json
{
"name": "moment-timezone-picker",
"version": "4.0.0",
"version": "5.0.0",
"description": "A simple angular moment timezone picker",

@@ -9,3 +9,3 @@ "license": "MIT",

"angular",
"angular 8",
"angular 13",
"ng",

@@ -20,18 +20,30 @@ "ng2",

"peerDependencies": {
"@angular/common": "~12.2.0",
"@angular/core": "~12.2.0"
"@angular/common": "~13.0.0",
"@angular/core": "~13.0.0"
},
"dependencies": {
"@ng-select/ng-select": "^7.2.0",
"moment-timezone": "^0.5.33",
"tslib": "^2.2.0"
"@ng-select/ng-select": "^8.3.0",
"moment-timezone": "^0.5.34",
"tslib": "^2.3.0"
},
"main": "bundles/moment-timezone-picker.umd.js",
"module": "fesm2015/moment-timezone-picker.js",
"es2015": "fesm2015/moment-timezone-picker.js",
"esm2015": "esm2015/moment-timezone-picker.js",
"fesm2015": "fesm2015/moment-timezone-picker.js",
"module": "fesm2015/moment-timezone-picker.mjs",
"es2020": "fesm2020/moment-timezone-picker.mjs",
"esm2020": "esm2020/moment-timezone-picker.mjs",
"fesm2020": "fesm2020/moment-timezone-picker.mjs",
"fesm2015": "fesm2015/moment-timezone-picker.mjs",
"typings": "moment-timezone-picker.d.ts",
"metadata": "moment-timezone-picker.metadata.json",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./moment-timezone-picker.d.ts",
"esm2020": "./esm2020/moment-timezone-picker.mjs",
"es2020": "./fesm2020/moment-timezone-picker.mjs",
"es2015": "./fesm2015/moment-timezone-picker.mjs",
"node": "./fesm2015/moment-timezone-picker.mjs",
"default": "./fesm2020/moment-timezone-picker.mjs"
}
},
"sideEffects": false
}
export * from './lib/moment-timezone-picker.service';
export * from './lib/moment-timezone-picker.component';
export * from './lib/moment-timezone-picker.module';

@@ -15,2 +15,3 @@ # MomentTimezonePicker

| --- | --- |
| 13 | 5.x.x |
| 12 | 4.x.x |

@@ -17,0 +18,0 @@ | 11 | 3.x.x |

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