@propellerads/input-text
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -97,3 +97,3 @@ import React from 'react'; | ||
maxLength: PropTypes.number, | ||
label: PropTypes.oneOfType([PropTypes.string, PropTypes.instanceOf(Element)]), | ||
label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]), | ||
name: PropTypes.string.isRequired, | ||
@@ -108,3 +108,3 @@ placeholder: PropTypes.string, | ||
PropTypes.func, | ||
PropTypes.shape({current: PropTypes.elementType}), | ||
PropTypes.shape({current: PropTypes.instanceOf(Element)}), | ||
]), | ||
@@ -111,0 +111,0 @@ onErrorClick: PropTypes.func, |
{ | ||
"name": "@propellerads/input-text", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.jsx", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6501
5
0