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

@kognity/vue-yellow-marker

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kognity/vue-yellow-marker - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

src/components/ContextMenu.vue

2

package.json
{
"name": "@kognity/vue-yellow-marker",
"version": "0.2.11",
"version": "0.2.12",
"description": "Adds a text selection and highlighting functionality to your Vue components",

@@ -5,0 +5,0 @@ "main": "./dist/vue-yellow-marker.umd.min.js",

import HighlightMixin from './highlight-mixin'
import KogContextMenu from './components/KogContextMenu'
import ContextMenu from './components/ContextMenu'
export default {
HighlightMixin,
KogContextMenu,
ContextMenu,
};

@@ -11,3 +11,3 @@

HighlightMixin,
KogContextMenu,
ContextMenu,
};
import Vue from "vue";
import KogHighlight from "../components/KogHighlight";
import Highlight from "../components/Highlight";

@@ -204,3 +204,3 @@ var highlightRange = (function() {

// Create a highlight
let ComponentBuilder = Vue.extend(KogHighlight);
let ComponentBuilder = Vue.extend(Highlight);
var highlight = new ComponentBuilder({

@@ -207,0 +207,0 @@ propsData: {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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