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

@yaireo/tagify

Package Overview
Dependencies
Maintainers
1
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yaireo/tagify - npm Package Compare versions

Comparing version 2.6.4 to 2.6.5

2

dist/jQuery.tagify.js
"use strict";
/**
* Tagify (v 2.6.4)- tags input component
* Tagify (v 2.6.5)- tags input component
* By Yair Even-Or (2016)

@@ -6,0 +6,0 @@ * Don't sell this code. (c)

/**
* Tagify (v 2.6.4)- tags input component
* Tagify (v 2.6.5)- tags input component
* By Yair Even-Or (2016)

@@ -4,0 +4,0 @@ * Don't sell this code. (c)

@@ -97,3 +97,7 @@ (function(){

}
// Avoid transformation text to link ie contentEditable mode
// https://stackoverflow.com/q/7556007/104380
document.execCommand("AutoUrlDetect", false, false);
})()
{
"name": "@yaireo/tagify",
"version": "2.6.4",
"version": "2.6.5",
"homepage": "https://github.com/yairEO/tagify",

@@ -5,0 +5,0 @@ "description": "Convert an input field into a Tags element. Easy, customizable, with good performance and small code footprint.",

@@ -98,2 +98,9 @@ [Tagify](https://yaireo.github.io/tagify) - lightweight input "tags" script

### output value
There are two possible ways to get the value of the tags:
1. Access the tagify's instance's `value` prop: `tagify.value` (Array of tags)
2. Access the original input's value: `inputElm.value` (Stringified Array of tags)
### Ajax whitelist

@@ -100,0 +107,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