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

ionic2-calendar

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic2-calendar - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

calendar.module.d.ts

@@ -1,4 +0,2 @@

import 'intl';
import 'intl/locale-data/jsonp/en';
export declare class NgCalendarModule {
}
import { NgModule } from '@angular/core';
import { IonicModule } from 'ionic-angular';
import 'intl';
import 'intl/locale-data/jsonp/en';
import { MonthViewComponent } from './monthview';

@@ -6,0 +4,0 @@ import { WeekViewComponent } from './weekview';

3

monthview.js

@@ -237,2 +237,5 @@ import { Component, Input, Output, EventEmitter, ViewChild } from '@angular/core';

}
if (findSelected) {
this.onTimeSelected.emit({ selectedTime: this.selectedDate.date, events: this.selectedDate.events });
}
};

@@ -239,0 +242,0 @@ ;

{
"name": "ionic2-calendar",
"version": "0.0.13",
"version": "0.0.14",
"description": "Ionic2 calendar component",

@@ -5,0 +5,0 @@ "keywords": [

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