You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-code-highlighter

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-code-highlighter - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"name": "vue-code-highlighter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vue component for highlighting code or syntax with modern style, copy functionality, multicode and powered by Highlight.js",

@@ -5,0 +5,0 @@ "type": "module",

@@ -38,3 +38,3 @@ # Vue Code Highlighter

This package does not need to call CSS from the highlight.js package because I have already wrapped it. What you need to do is install the highlight.js package.
## Example & Demo
### Example & Demo

@@ -64,3 +64,3 @@ Example code and demo available in <a href="https://vue-code-highlighter.muhichsan.com">vue-code-highlighter.muhichsan.com</a>

Example for lang props in Multi Code.
<p>Example for lang props in Multi Code.</p>

@@ -67,0 +67,0 @@ ```js