@coreui/icons-vue
Advanced tools
Comparing version 1.3.5 to 2.0.0-alpha.0
{ | ||
"name": "@coreui/icons-vue", | ||
"version": "1.3.5", | ||
"version": "2.0.0-alpha.0", | ||
"license": "MIT", | ||
"sideEffects": "src/CIcon.vue", | ||
"main": "dist/coreui-icons-vue.common.js", | ||
"types": "src/index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"jsnext:main": "dist/index.es.js", | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"homepage": "https://coreui.io", | ||
@@ -39,42 +43,27 @@ "author": { | ||
], | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "vue-cli-service build --target lib --name coreui-icons-vue ./src/index.js", | ||
"lint": "vue-cli-service lint" | ||
"build": "rollup -c", | ||
"lint": "eslint 'src/**/*.{js,ts,tsx}'" | ||
}, | ||
"dependencies": { | ||
"vue": "~2.6.11" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.4.1", | ||
"@vue/cli-plugin-eslint": "~4.4.1", | ||
"@vue/cli-service": "~4.4.1", | ||
"babel-eslint": "~10.1.0", | ||
"babel-preset-vue-app": "~2.0.0", | ||
"eslint": "~7.1.0", | ||
"eslint-plugin-vue": "~6.2.2", | ||
"vue-template-compiler": "~2.6.11" | ||
"@typescript-eslint/eslint-plugin": "^4.28.5", | ||
"@typescript-eslint/parser": "^4.28.5", | ||
"@vue/compiler-sfc": "^3.1.5", | ||
"eslint": "^7.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-vue": "^7.10.0", | ||
"prettier": "^2.3.2", | ||
"rollup": "^2.44.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"rollup-plugin-vue": "^6.0.0", | ||
"typescript": "^4.2.3", | ||
"vue": "^3.0.10" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/essential", | ||
"eslint:recommended" | ||
], | ||
"rules": {}, | ||
"parserOptions": { | ||
"parser": "babel-eslint" | ||
} | ||
"peerDependencies": { | ||
"vue": "^3.0.10" | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
"autoprefixer": {} | ||
} | ||
}, | ||
"browserslist": [ | ||
@@ -81,0 +70,0 @@ "> 1%", |
@@ -0,0 +0,0 @@ # CoreUI Icons Vue |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
30338
16
10
444
1
4
1
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/parser@7.26.2(transitive)
+ Added@babel/types@7.26.0(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(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/reactivity@3.5.13(transitive)
+ Added@vue/runtime-core@3.5.13(transitive)
+ Added@vue/runtime-dom@3.5.13(transitive)
+ Added@vue/server-renderer@3.5.13(transitive)
+ Added@vue/shared@3.5.13(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedestree-walker@2.0.2(transitive)
+ Addedmagic-string@0.30.14(transitive)
+ Addednanoid@3.3.8(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpostcss@8.4.49(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedvue@3.5.13(transitive)
- Removedvue@~2.6.11
- Removedvue@2.6.14(transitive)