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

ionic2-calendar

Package Overview
Dependencies
Maintainers
1
Versions
95
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.11 to 0.0.12

2

calendar.module.d.ts

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

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';

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

18

calendar.module.ngfactory.ts

@@ -35,10 +35,10 @@ /**

import * as import27 from '@angular/core/src/di/injector';
import * as import28 from '../node_modules/ionic-angular/components/action-sheet/action-sheet-component.ngfactory';
import * as import29 from '../node_modules/ionic-angular/components/alert/alert-component.ngfactory';
import * as import30 from '../node_modules/ionic-angular/components/app/app-root.ngfactory';
import * as import31 from '../node_modules/ionic-angular/components/loading/loading-component.ngfactory';
import * as import32 from '../node_modules/ionic-angular/components/modal/modal-component.ngfactory';
import * as import33 from '../node_modules/ionic-angular/components/picker/picker-component.ngfactory';
import * as import34 from '../node_modules/ionic-angular/components/popover/popover-component.ngfactory';
import * as import35 from '../node_modules/ionic-angular/components/toast/toast-component.ngfactory';
import * as import28 from 'ionic-angular/components/action-sheet/action-sheet-component.ngfactory';
import * as import29 from 'ionic-angular/components/alert/alert-component.ngfactory';
import * as import30 from 'ionic-angular/components/app/app-root.ngfactory';
import * as import31 from 'ionic-angular/components/loading/loading-component.ngfactory';
import * as import32 from 'ionic-angular/components/modal/modal-component.ngfactory';
import * as import33 from 'ionic-angular/components/picker/picker-component.ngfactory';
import * as import34 from 'ionic-angular/components/popover/popover-component.ngfactory';
import * as import35 from 'ionic-angular/components/toast/toast-component.ngfactory';
import * as import36 from './calendar.ngfactory';

@@ -298,2 +298,2 @@ import * as import37 from '@angular/core/src/application_tokens';

}
export const NgCalendarModuleNgFactory:import0.NgModuleFactory<import1.NgCalendarModule> = new import0.NgModuleFactory(NgCalendarModuleInjector,import1.NgCalendarModule);
export const NgCalendarModuleNgFactory:import0.NgModuleFactory<import1.NgCalendarModule> = new import0.NgModuleFactory(NgCalendarModuleInjector,import1.NgCalendarModule);

@@ -22,3 +22,3 @@ /**

import * as import14 from '@angular/common/src/pipes/date_pipe';
import * as import15 from '../node_modules/ionic-angular/components/slides/slides.ngfactory';
import * as import15 from 'ionic-angular/components/slides/slides.ngfactory';
import * as import16 from 'ionic-angular/config/config';

@@ -31,3 +31,3 @@ import * as import17 from '@angular/core/src/linker/element_ref';

import * as import22 from '@angular/common/src/directives/ng_if';
import * as import23 from '../node_modules/ionic-angular/components/scroll/scroll.ngfactory';
import * as import23 from 'ionic-angular/components/scroll/scroll.ngfactory';
import * as import24 from '@angular/common/src/directives/ng_class';

@@ -1064,2 +1064,2 @@ import * as import25 from '@angular/common/src/directives/ng_style';

return new _View_DayViewComponent10(viewUtils,parentInjector,declarationEl);
}
}
{
"name": "ionic2-calendar",
"version": "0.0.11",
"version": "0.0.12",
"description": "Ionic2 calendar component",

@@ -42,4 +42,5 @@ "keywords": [

"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.21"
"zone.js": "0.6.21",
"intl": "^1.2.5"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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