Socket
Socket
Sign inDemoInstall

vue-full-calendar

Package Overview
Dependencies
45
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-0 to 4.0.0-1

dist/vue-full-calendar.cjs.js

12

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

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

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

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

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

@@ -42,3 +42,5 @@ "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",

@@ -48,2 +50,4 @@ "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",

@@ -50,0 +54,0 @@ "vue-hot-reload-api": "^2.3.0",

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

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

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