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 2.0.5 to 2.0.6

dist/sshpre.cjs.js

75

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

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