New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yaireo/tagify

Package Overview
Dependencies
Maintainers
1
Versions
270
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.7.1 to 2.7.2

test/tagify.test.js

0

dist/jQuery.tagify.js

@@ -0,0 +0,0 @@ "use strict";

22

dist/react.tagify.js

@@ -26,6 +26,2 @@ // import React from 'react';

}
componentWillUnmount(){
this.component.removeEventListener('tabclosed', this.onTabClosed);
}

@@ -37,7 +33,3 @@ shouldComponentUpdate(nextProps, nextState){

onTabClosed = ({detail: component}) => {
this.props.onTabClosed && this.props.onTabClosed(component.getAttribute('tabId'));
}
_handleRef = (component) => {
_handleRef(component){
this.component = component;

@@ -48,7 +40,7 @@ }

const attrs = {
ref : this._handleRef,
name : this.props.name,
className : this.props.className,
placeholder : this.props.class,
autoFocus : this.props.autofocus
ref : this._handleRef.bind(this),
name : this.props.name,
className : this.props.className,
placeholder : this.props.class,
autoFocus : this.props.autofocus
}

@@ -61,2 +53,2 @@

}
}
}

@@ -0,0 +0,0 @@ /**

{
"name": "@yaireo/tagify",
"version": "2.7.1",
"version": "2.7.2",
"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.",

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