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

ion2-calendar

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ion2-calendar - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

2

dist/components/calendar.component.js

@@ -233,3 +233,3 @@ import { Component, Input, Output, EventEmitter, forwardRef } from '@angular/core';

CalendarComponent.prototype._monthFormat = function (date) {
return moment(date).format(this._d.monthFormat);
return moment(date).format(this._d.monthFormat.replace(/y/g, 'Y'));
};

@@ -236,0 +236,0 @@ CalendarComponent.decorators = [

@@ -163,3 +163,3 @@ import { Component, ViewChild, ElementRef, ChangeDetectorRef, Renderer } from '@angular/core';

CalendarModal.prototype._monthFormat = function (date) {
return moment(date).format(this._d.monthFormat);
return moment(date).format(this._d.monthFormat.replace(/y/g, 'Y'));
};

@@ -166,0 +166,0 @@ CalendarModal.decorators = [

{
"name": "ion2-calendar",
"version": "2.1.3",
"version": "2.1.4",
"description": "A date picker component for ionic2 ",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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