Socket
Socket
Sign inDemoInstall

react-datalist-input

Package Overview
Dependencies
8
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.2.1

12

package.json
{
"name": "react-datalist-input",
"version": "2.1.1",
"version": "2.2.1",
"description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.",

@@ -58,4 +58,4 @@ "main": "./dist/DataListInput.js",

"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.16.1",

@@ -67,5 +67,5 @@ "rollup-plugin-babel": "^4.4.0",

"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},

@@ -72,0 +72,0 @@ "scripts": {

@@ -30,2 +30,6 @@ ## Info

#### Version 2.2.0
- update React peer-dependency version to 17.0.2
#### Version 2.1.0

@@ -32,0 +36,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