Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0 to 1.2.1

test.html

4

index.js

@@ -18,3 +18,3 @@ 'use strict';

// instead of the element content.
target.innerHTML = binding.value;
target.textContent = binding.value;
}

@@ -32,3 +32,3 @@

if (binding.value) {
target.innerHTML = binding.value;
target.textContent = binding.value;
hljs.highlightBlock(target);

@@ -35,0 +35,0 @@ }

{
"name": "vue-highlightjs",
"version": "1.2.0",
"version": "1.2.1",
"description": "Syntax highlighting with highlight.js for Vue.js 2.x",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/metachris/vue-highlightjs",

@@ -5,1 +5,2 @@ Steps to deploy on npm:

* Commit and push to Github
* `npm publish`

@@ -57,1 +57,2 @@ [Vue.js](https://vuejs.org/) syntax highlighting made easy, using [highlight.js](https://highlightjs.org/).

* [mr-krille](https://github.com/mr-krille)
* [Duoc Nguyen](https://github.com/nguyenvanduocit)
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