Socket
Socket
Sign inDemoInstall

vue-full-calendar

Package Overview
Dependencies
8
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.0-1 to 2.7.0

index.js

13

package.json
{
"name": "vue-full-calendar",
"version": "2.7.0-1",
"version": "2.7.0",
"description": "FullCalendar wrapper for vue",
"main": "dist/vue-full-calendar.js",
"module": "dist/vue-full-calendar.es.js",
"main": "index.js",
"browserify": {

@@ -14,4 +13,3 @@ "transform": [

"scripts": {
"test": "jest -i",
"build": "yarn bili --plugins vue --js babel --babel.runtimeHelpers true --format umd,es,cjs,umd-min"
"test": "jest -i"
},

@@ -35,2 +33,3 @@ "repository": {

"dependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"fullcalendar": "^3.4.0",

@@ -43,5 +42,3 @@ "lodash.defaultsdeep": "^4.6.0"

"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"bili": "^2.1.2",
"jest": "^21.2.1",

@@ -51,4 +48,2 @@ "jest-serializer-vue": "^0.3.0",

"jquery": "^3.2.1",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-vue": "^2.4.1",
"vue": "^2.5.4",

@@ -55,0 +50,0 @@ "vue-template-compiler": "^2.5.4"

@@ -41,6 +41,4 @@ # vue-fullcalendar

As of version 2.0, we have removed the automatic import of the fullcalendar.css, you will need to explicitly import this css file in your project.
```html
<style>
@import '~fullcalendar/dist/fullcalendar.css';
</style>
```js
import 'fullcalendar/dist/fullcalendar.css'
```

@@ -215,2 +213,3 @@

- __event-render(event)__ - Triggered on eventRender()
- __view-render(view, element)__ - Triggered on viewRender()
- __day-click(date, jsEvent, view)__ - Triggered on dayClick()

@@ -217,0 +216,0 @@

import Vue from 'vue/dist/vue'
import VueFullCalendar from '../src/index'
import VueFullCalendar from '../index'
import moment from 'moment'
import { FullCalendar } from '../src/index'
import { FullCalendar } from '../index'

@@ -7,0 +7,0 @@ Vue.use(VueFullCalendar)

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc