simple-syntax-highlighter
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "simple-syntax-highlighter", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "A Vue.js syntax highlighter that reads the source code you give it and highlights it, for Humans.", | ||
"author": "Antoni Andre <antoniandre.web@gmail.com>", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint", | ||
"build-bundle": "vue-cli-service build --target lib --name sshpre ./src/components/simple-syntax-highlighter.vue --dest ./dist" | ||
}, | ||
"main": "dist/sshpre.common.js", | ||
"unpkg": "dist/sshpre.umd.min.js", | ||
"repository": "https://github.com/antoniandre/simple-syntax-highlighter", | ||
"main": "dist/sshpre.cjs.js", | ||
"unpkg": "dist/sshpre.umd.js", | ||
"module": "./dist/sshpre.es.js", | ||
"files": [ | ||
"dist/" | ||
], | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^4.5.6", | ||
"@vue/cli-plugin-eslint": "^4.5.6", | ||
"@vue/cli-plugin-router": "^4.5.6", | ||
"@vue/cli-service": "^4.5.6", | ||
"@vue/compiler-sfc": "^3.0.11", | ||
"@vue/eslint-config-standard": "^5.1.2", | ||
"babel-eslint": "^10.1.0", | ||
"core-js": "^3.11.0", | ||
"eslint": "^7.25.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"eslint-plugin-vue": "^7.9.0", | ||
"node-sass": "^4.14.1", | ||
"pug": "^3.0.0", | ||
"pug-plain-loader": "^1.0.0", | ||
"sass-loader": "^10.0.2", | ||
"vue": "^3.0.11", | ||
"wave-ui": "^2.16.0" | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
"autoprefixer": {} | ||
"exports": { | ||
"./dist/sshpre.css": "./dist/sshpre.css", | ||
"./dist/sshpre.cjs.js": "./dist/sshpre.cjs.js", | ||
".": { | ||
"import": "./dist/sshpre.es.js", | ||
"require": "./dist/sshpre.umd.js" | ||
} | ||
@@ -54,3 +31,31 @@ }, | ||
"license": "MIT", | ||
"repository": "https://github.com/antoniandre/simple-syntax-highlighter" | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build --base /simple-syntax-highlighter/", | ||
"build-bundle": "BUNDLE=true vite build && mv ./dist/style.css ./dist/sshpre.css", | ||
"serve": "vite preview --root docs --base /simple-syntax-highlighter/" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.14.4", | ||
"@vitejs/plugin-vue": "^1.2.2", | ||
"@vue/compiler-sfc": "^3.1.0-beta.6", | ||
"@vue/eslint-config-standard": "^6.0.0", | ||
"autoprefixer": "^10.2.6", | ||
"eslint": "^7.28.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-vue": "^7.10.0", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"sass": "^1.34.0", | ||
"vite": "^2.3.3", | ||
"vite-plugin-pug": "^0.3.0", | ||
"vue": "^3.1.0-beta.6", | ||
"wave-ui": "^2.19.5" | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
"autoprefixer": {} | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
16
1
41447
7
124
3