@mathieustan/vue-datepicker
Advanced tools
Comparing version 0.1.0-rc.2 to 0.1.0-rc.3
{ | ||
"name": "@mathieustan/vue-datepicker", | ||
"description": "A clean datepicker made with VueJs", | ||
"version": "0.1.0-rc.2", | ||
"version": "0.1.0-rc.3", | ||
"author": "Mathieu Stanowski <mathieu.stan@gmail.com>", | ||
@@ -23,5 +23,2 @@ "keywords": [ | ||
"unpkg": "dist/vue-datepicker.min.js", | ||
"files": [ | ||
"dist/" | ||
], | ||
"repository": { | ||
@@ -44,7 +41,6 @@ "type": "git", | ||
"test:client": "vue-cli-service test:unit", | ||
"prepublishOnly": "npm run lint:fix && npm run test:client && npm run build:doc && npm run build" | ||
"prepublishOnly": "npm run lint:fix && npm run test:client && npm run build" | ||
}, | ||
"dependencies": { | ||
"body-scroll-lock": "^2.6.1", | ||
"clean-css": "^4.2.1", | ||
"dayjs": "^1.8.14", | ||
@@ -51,0 +47,0 @@ "v-click-outside": "^2.1.3" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1318710
5
63
6552
2
35
- Removedclean-css@^4.2.1
- Removedclean-css@4.2.4(transitive)