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

vue-cal

Package Overview
Dependencies
Maintainers
0
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cal - npm Package Compare versions

Comparing version

to
5.0.1-rc.2

21

package.json
{
"name": "vue-cal",
"version": "5.0.1-rc.1",
"version": "5.0.1-rc.2",
"description": "A Vue JS full calendar, no dependency, no BS. :metal:",

@@ -40,2 +40,10 @@ "author": "Antoni Andre <antoniandre.web@gmail.com>",

],
"scripts": {
"dev": "vite",
"build": "vite build --base /vue-cal/",
"build-bundle": "BUNDLE=true vite build",
"preview": "vite preview --base /vue-cal/",
"lint": "vite lint",
"publish-doc": "npm run build && npm run build-bundle && git add . && git commit -m 'Publish documentation on Github.' && git push && git push --tag"
},
"devDependencies": {

@@ -63,10 +71,3 @@ "@babel/core": "^7.26.7",

},
"scripts": {
"dev": "vite",
"build": "vite build --base /vue-cal/",
"build-bundle": "BUNDLE=true vite build",
"preview": "vite preview --base /vue-cal/",
"lint": "vite lint",
"publish-doc": "npm run build && npm run build-bundle && git add . && git commit -m 'Publish documentation on Github.' && git push && git push --tag"
}
}
"packageManager": "pnpm@9"
}

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