New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simple-syntax-highlighter

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-syntax-highlighter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/css/app.0d1c687b.css

56

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc