@cycraft/vue-prism-component
Advanced tools
Comparing version 1.1.1 to 2.0.1
{ | ||
"name": "@cycraft/vue-prism-component", | ||
"version": "1.1.1", | ||
"version": "2.0.1", | ||
"description": "vue component for prism.js", | ||
@@ -22,11 +22,12 @@ "repository": { | ||
"build:umd": "bili --file-name \"vue-prism-component[min].js\" --format umd --format umd-min --env.NODE_ENV production --module-name PrismComponent --external prismjs --external vue", | ||
"build:esm": "bili --file-name \"vue-prism-component.esm.js\" --format esm" | ||
"build:esm": "bili --file-name \"vue-prism-component.esm.js\" --format esm --bundle-node-modules" | ||
}, | ||
"author": "egoist <0x142857@gmail.com>", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"prismjs": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"bili": "^4.9.0", | ||
"eslint-config-rem": "^3.0.0", | ||
"prismjs": "^1.6.0", | ||
"vue": "^3.0.4", | ||
@@ -33,0 +34,0 @@ "xo": "^0.18.0" |
Sorry, the diff of this file is too big to display
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 1 instance in 1 package
131478
4
3518
0
1
1
+ Addedprismjs@^1.6.0
+ Addedprismjs@1.29.0(transitive)