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

vue-highlightjs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-highlightjs - npm Package Compare versions

Comparing version 1.3.1 to 1.3.3

test/index.test.js

8

package.json
{
"name": "vue-highlightjs",
"version": "1.3.1",
"version": "1.3.3",
"description": "Syntax highlighting with highlight.js for Vue.js 2.x",

@@ -17,3 +17,3 @@ "homepage": "https://github.com/metachris/vue-highlightjs",

"scripts": {
"test": "node test.js",
"test": "jest",
"lint": "./node_modules/.bin/eslint *.js"

@@ -34,4 +34,6 @@ },

"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0"
"eslint-plugin-import": "^2.2.0",
"jest": "^20.0.3",
"vue": "^2.3.3"
}
}

@@ -0,3 +1,7 @@

# vue-highlightjs
[Vue.js](https://vuejs.org/) syntax highlighting made easy, using [highlight.js](https://highlightjs.org/).
[![Build Status](https://travis-ci.org/metachris/vue-highlightjs.svg?branch=master)](https://travis-ci.org/metachris/vue-highlightjs)
## Quickstart

@@ -33,4 +37,5 @@

* You can see a live example here: https://jsfiddle.net/metachris/1vz9oobc/
* See this blog post for more information: https://www.metachris.com/2017/02/vuejs-syntax-highlighting-with-highlightjs/
* You can see a live example here: https://www.python-boilerplate.com/
* Fiddle with it: https://jsfiddle.net/metachris/1vz9oobc/
* See also this blog post for more information: https://www.metachris.com/2017/02/vuejs-syntax-highlighting-with-highlightjs/

@@ -64,2 +69,6 @@

v1.3.3
* Documentation
v1.3.1

@@ -66,0 +75,0 @@

Sorry, the diff of this file is not supported yet

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