simple-syntax-highlighter
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "simple-syntax-highlighter", | ||
"version": "1.0.0", | ||
"description": "A read-only simple Syntax highlighter for Vue JS, not a WYSIWYG.", | ||
"version": "1.0.1", | ||
"description": "A non editable simple Syntax highlighter for Vue JS.", | ||
"repository": "https://github.com/antoniandre/simple-syntax-highlighter", | ||
"author": "Antoni Andre <antoniandre.web@gmail.com>", | ||
"license": "MIT", | ||
"main": "dist/simple-syntax-highlighter.js", | ||
"unpkg": "dist/simple-syntax-highlighter.min.js", | ||
"main": "dist/sshpre.common.js", | ||
"unpkg": "dist/sshpre.umd.min.js", | ||
"keywords": [ | ||
@@ -23,24 +23,27 @@ "syntax highlighter", | ||
"scripts": { | ||
"build": "node build.js" | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"build-bundle": "vue-cli-service build --target lib --name sshpre ./src/components/simple-syntax-highlighter.vue --dest ./dist", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^8.6.5", | ||
"babel-core": "^6.26.3", | ||
"babel-plugin-transform-es2015-destructuring": "^6.23.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.7.0", | ||
"rollup": "^0.41.6", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-node-resolve": "^2.0.0", | ||
"rollup-plugin-postcss": "^1.6.2", | ||
"rollup-plugin-sass": "^0.9.1", | ||
"rollup-plugin-uglify": "^3.0.0", | ||
"rollup-plugin-vue": "^3.0.0", | ||
"rollup-watch": "^4.3.1", | ||
"vue-template-compiler": "^2.5.16" | ||
"@vue/cli-plugin-babel": "^3.1.1", | ||
"@vue/cli-plugin-eslint": "^3.1.5", | ||
"@vue/cli-service": "^3.1.4", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.8.0", | ||
"eslint-plugin-vue": "^5.0.0-0", | ||
"node-sass": "^4.9.0", | ||
"pug": "^2.0.3", | ||
"pug-plain-loader": "^1.0.0", | ||
"sass-loader": "^7.0.1", | ||
"stylus": "^0.54.5", | ||
"stylus-loader": "^3.0.1", | ||
"vue": "^2.5.17", | ||
"vuetify": "^1.3.0", | ||
"vue-cli-plugin-vuetify": "^0.4.6", | ||
"vue-template-compiler": "^2.5.17", | ||
"vuetify-loader": "^1.0.5" | ||
}, | ||
"dependencies": { | ||
"vue": "^2.5.16" | ||
}, | ||
"dependencies": {}, | ||
"postcss": { | ||
@@ -50,8 +53,3 @@ "plugins": { | ||
} | ||
}, | ||
"browserslist": [ | ||
"last 5 version", | ||
"ie 9", | ||
"iOS >= 9" | ||
] | ||
} | ||
} |
# Simple Syntax Highlighter | ||
A read-only simple Syntax highlighter for Vue JS, not a WYSIWYG. | ||
A non editable simple Syntax highlighter for Vue JS. | ||
@@ -5,0 +5,0 @@ ## Installation |
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
987199
0
20
610
17
1
- Removedvue@^2.5.16
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.9(transitive)
- Removed@babel/types@7.26.9(transitive)
- Removed@vue/compiler-sfc@2.7.16(transitive)
- Removedcsstype@3.1.3(transitive)
- Removednanoid@3.3.8(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.5.2(transitive)
- Removedprettier@2.8.8(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedvue@2.7.16(transitive)