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

react-tag-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tag-autocomplete - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

dist/Tag.js

@@ -16,3 +16,3 @@ 'use strict';

'button',
{ className: 'ReactTags__tag', title: 'Click to remove tag', onClick: this.props.onDelete },
{ type: 'button', className: 'ReactTags__tag', title: 'Click to remove tag', onClick: this.props.onDelete },
React.createElement(

@@ -19,0 +19,0 @@ 'span',

@@ -12,3 +12,3 @@ const React = require('react');

return (
<button className='ReactTags__tag' title='Click to remove tag' onClick={this.props.onDelete}>
<button type='button' className='ReactTags__tag' title='Click to remove tag' onClick={this.props.onDelete}>
<span className='ReactTags__tagName'>{this.props.tag.name}</span>

@@ -15,0 +15,0 @@ </button>

{
"name": "react-tag-autocomplete",
"version": "4.0.1",
"version": "4.0.2",
"description": "React Tag Autocomplete is a simple tagging component ready to drop in your React projects.",

@@ -5,0 +5,0 @@ "main": "dist/ReactTags.js",

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