Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-code-highlight

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-code-highlight - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

package.json
{
"name": "vue-code-highlight",
"version": "0.4.2",
"version": "0.4.3",
"author": "Jan Bílek",

@@ -5,0 +5,0 @@ "email": "honza@elision.design",

@@ -6,3 +6,3 @@ // Import vue component

// Declare install function executed by Vue.use()
export function install(Vue) {
function install(Vue) {
console.log('Install');

@@ -32,2 +32,2 @@ if (install.installed) return;

// To allow use as module (npm/webpack/etc.) export component
export default vueHighlight;
export default plugin;
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