Socket
Socket
Sign inDemoInstall

react-tagsinput

Package Overview
Dependencies
3
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.20.2 to 3.20.3

4

package.json
{
"name": "react-tagsinput",
"version": "3.20.2",
"version": "3.20.3",
"description": "Highly customizable React component for inputing tags",

@@ -34,3 +34,3 @@ "main": "react-tagsinput.js",

"coverage": "npx nyc --reporter=lcov --reporter=text-summary npm test",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},

@@ -37,0 +37,0 @@ "repository": {

@@ -124,3 +124,3 @@ (function (global, factory) {

if (out.indexOf(arr[i]) === -1) {
out.push(arr[i].trim());
out.push(typeof arr[i] === 'string' ? arr[i].trim() : arr[i]);
}

@@ -127,0 +127,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc