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

@propellerads/input-text

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@propellerads/input-text - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

CHANGELOG.md

4

index.jsx

@@ -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",

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