Socket
Socket
Sign inDemoInstall

@fullcalendar/vue

Package Overview
Dependencies
12
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.2 to 6.1.3

17

package.json
{
"name": "@fullcalendar/vue",
"version": "6.1.2",
"version": "6.1.3",
"title": "FullCalendar Vue 2 Component",

@@ -21,3 +21,3 @@ "description": "The official Vue 2 component for FullCalendar",

"peerDependencies": {
"@fullcalendar/core": "~6.1.1",
"@fullcalendar/core": "~6.1.3",
"vue": "^2.6.12"

@@ -30,7 +30,7 @@ },

"@babel/runtime": "^7.12.1",
"@fullcalendar/core": "~6.1.1",
"@fullcalendar/daygrid": "~6.1.1",
"@fullcalendar/interaction": "~6.1.1",
"@fullcalendar/resource": "~6.1.1",
"@fullcalendar/resource-timeline": "~6.1.1",
"@fullcalendar/core": "~6.1.3",
"@fullcalendar/daygrid": "~6.1.3",
"@fullcalendar/interaction": "~6.1.3",
"@fullcalendar/resource": "~6.1.3",
"@fullcalendar/resource-timeline": "~6.1.3",
"@vue/test-utils": "^1.0.3",

@@ -76,3 +76,3 @@ "babel-loader": "^8.1.0",

"scripts": {
"build": "pnpm run tsc && pnpm run rollup && pnpm run webpack && pnpm run minify && pnpm run meta",
"build": "pnpm run tsc && pnpm run rollup && pnpm run webpack && pnpm run minify",
"dev": "pnpm run tsc && concurrently 'npm:tsc:dev' 'npm:rollup:dev' 'npm:webpack:dev'",

@@ -89,5 +89,4 @@ "clean": "rm -rf dist tests/dist",

"minify": "terser --compress --mangle --comments false --output dist/index.global.min.js -- dist/index.global.js",
"meta": "mkdir -p dist && cp README.md LICENSE.txt dist",
"ci": "pnpm run clean && pnpm run build && pnpm run test"
}
}
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