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

px-tag-list

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

px-tag-list - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "px-tag-list",
"version": "1.0.6",
"version": "1.0.7",
"description": "It is used to add a label (tag). Dynamic data can be retrieved with Ajax, Javascript data can be used or data-independent user input tags can be added. With the modal feature, ready data can be searched on a larger screen. Autocomplate is used when writing tags. it doesn't add the previously added tag again!",

@@ -5,0 +5,0 @@ "main": "px-tag-list",

@@ -336,3 +336,5 @@

if (_inputfocus) {
$(_id + "ul.tag-list li input").focus();
setTimeout(() => {
$(_id + "ul.tag-list li input").focus();
}, 100);
}

@@ -339,0 +341,0 @@ }

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