@alibaba-aero/vue-calendar
Advanced tools
Comparing version 0.7.4 to 0.7.7
{ | ||
"name": "@alibaba-aero/vue-calendar", | ||
"version": "0.7.4", | ||
"version": "0.7.7", | ||
"description": "Vue Calendar", | ||
"main": "dist/vue-calendar.cjs.min.js", | ||
"main": "dist/vue-calendar.cjs.js", | ||
"web": "dist/vue-calendar.min.js", | ||
@@ -13,3 +13,3 @@ "module": "dist/vue-calendar.es.js", | ||
"lint": "eslint --ext .js,.vue .", | ||
"build": "cross-env NODE_ENV=production bili", | ||
"build": "cross-env NODE_ENV=production rollup -c", | ||
"release": "standard-version $* && git push --follow-tags && npm publish", | ||
@@ -23,22 +23,27 @@ "prepublish": "npm run build" | ||
"dependencies": { | ||
"@rollup/plugin-commonjs": "^28.0.2", | ||
"@vue/compiler-sfc": "^3.5.11", | ||
"dayjs": "^1.8.19", | ||
"jalaliday": "^2.2.7" | ||
"jalaliday": "^2.2.7", | ||
"rollup": "^4.24.0", | ||
"rollup-plugin-scss": "^4.0.0", | ||
"rollup-plugin-terser": "^7.0.2" | ||
}, | ||
"devDependencies": { | ||
"bili": "^3.1.2", | ||
"cross-env": "^5.2.0", | ||
"eslint": "^5.1.0", | ||
"eslint-config-airbnb-base": "^13.0.0", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"cross-env": "^7.0.0", | ||
"eslint": "^8.0.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-jest": "^22.1.2", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"eslint-plugin-jest": "^27.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-vue": "^5.0.0", | ||
"jest": "^23.1.0", | ||
"node-sass": "^4.13.1", | ||
"nuxt-edge": "^2.11.1-26333291.2d104fe", | ||
"rollup-plugin-postcss": "^1.6.2", | ||
"rollup-plugin-vue": "4.3.2", | ||
"sass-loader": "^7.1.0", | ||
"jest": "^29.0.0", | ||
"node-sass": "^9.0.0", | ||
"nuxt": "2.17", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
"rollup-plugin-vue": "5", | ||
"sass-loader": "^10.0.0", | ||
"standard-version": "latest" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # Vue Calendar |
@@ -0,0 +0,0 @@ export { default as dayjs } from '../date'; |
@@ -1,4 +0,4 @@ | ||
import dayjs from 'dayjs'; | ||
import isBetween from 'dayjs/plugin/isBetween'; | ||
import jalaliday from 'jalaliday'; | ||
import * as dayjs from 'dayjs'; | ||
import * as isBetween from 'dayjs/plugin/isBetween'; | ||
import jalaliday from './jalaliday'; | ||
@@ -8,2 +8,2 @@ dayjs.extend(isBetween); | ||
export { dayjs as default }; | ||
export default dayjs; |
export * from './components'; |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2652
2
0
195039
7
21
+ Added@vue/compiler-sfc@^3.5.11
+ Addedrollup@^4.24.0
+ Addedrollup-plugin-scss@^4.0.0
+ Addedrollup-plugin-terser@^7.0.2
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/parser@7.26.3(transitive)
+ Added@babel/types@7.26.3(transitive)
+ Added@jridgewell/gen-mapping@0.3.8(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/set-array@1.2.1(transitive)
+ Added@jridgewell/source-map@0.3.6(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.25(transitive)
+ Added@rollup/plugin-commonjs@28.0.2(transitive)
+ Added@rollup/pluginutils@5.1.4(transitive)
+ Added@rollup/rollup-android-arm-eabi@4.29.1(transitive)
+ Added@rollup/rollup-android-arm64@4.29.1(transitive)
+ Added@rollup/rollup-darwin-arm64@4.29.1(transitive)
+ Added@rollup/rollup-darwin-x64@4.29.1(transitive)
+ Added@rollup/rollup-freebsd-arm64@4.29.1(transitive)
+ Added@rollup/rollup-freebsd-x64@4.29.1(transitive)
+ Added@rollup/rollup-linux-arm-gnueabihf@4.29.1(transitive)
+ Added@rollup/rollup-linux-arm-musleabihf@4.29.1(transitive)
+ Added@rollup/rollup-linux-arm64-gnu@4.29.1(transitive)
+ Added@rollup/rollup-linux-arm64-musl@4.29.1(transitive)
+ Added@rollup/rollup-linux-loongarch64-gnu@4.29.1(transitive)
+ Added@rollup/rollup-linux-powerpc64le-gnu@4.29.1(transitive)
+ Added@rollup/rollup-linux-riscv64-gnu@4.29.1(transitive)
+ Added@rollup/rollup-linux-s390x-gnu@4.29.1(transitive)
+ Added@rollup/rollup-linux-x64-gnu@4.29.1(transitive)
+ Added@rollup/rollup-linux-x64-musl@4.29.1(transitive)
+ Added@rollup/rollup-win32-arm64-msvc@4.29.1(transitive)
+ Added@rollup/rollup-win32-ia32-msvc@4.29.1(transitive)
+ Added@rollup/rollup-win32-x64-msvc@4.29.1(transitive)
+ Added@types/estree@1.0.6(transitive)
+ Added@types/node@22.10.3(transitive)
+ Added@vue/compiler-core@3.5.13(transitive)
+ Added@vue/compiler-dom@3.5.13(transitive)
+ Added@vue/compiler-sfc@3.5.13(transitive)
+ Added@vue/compiler-ssr@3.5.13(transitive)
+ Added@vue/shared@3.5.13(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedcommondir@1.0.1(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedestree-walker@0.6.12.0.2(transitive)
+ Addedfdir@6.4.2(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedis-reference@1.2.1(transitive)
+ Addedjest-worker@26.6.2(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedmagic-string@0.30.17(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addednanoid@3.3.8(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpicomatch@4.0.2(transitive)
+ Addedpostcss@8.4.49(transitive)
+ Addedrandombytes@2.1.0(transitive)
+ Addedrollup@2.79.24.29.1(transitive)
+ Addedrollup-plugin-scss@4.0.1(transitive)
+ Addedrollup-plugin-terser@7.0.2(transitive)
+ Addedrollup-pluginutils@2.8.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedserialize-javascript@4.0.0(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedterser@5.37.0(transitive)
+ Addedundici-types@6.20.0(transitive)