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

@expandorg/components

Package Overview
Dependencies
Maintainers
3
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expandorg/components - npm Package Compare versions

Comparing version

to
0.2.66

4

package.json
{
"name": "@expandorg/components",
"version": "0.2.65",
"version": "0.2.66",
"description": "expand UI components library",

@@ -35,3 +35,3 @@ "main": "index.js",

},
"gitHead": "33f41fea833cee66133ae53f640cd95b57141263"
"gitHead": "1296b4dd05972e8c21e6b239743f2ed79c2155d4"
}

@@ -30,2 +30,3 @@ import React, { Component } from 'react';

error: PropTypes.bool,
dayPickerProps: PropTypes.shape({}),
onChange: PropTypes.func.isRequired,

@@ -39,6 +40,15 @@ };

error: false,
dayPickerProps: undefined,
};
render() {
const { onChange, name, placeholder, value, error, theme } = this.props;
const {
onChange,
name,
placeholder,
value,
error,
theme,
dayPickerProps,
} = this.props;
return (

@@ -52,2 +62,3 @@ <DayPickerInput

}}
dayPickerProps={dayPickerProps}
placeholder={placeholder}

@@ -54,0 +65,0 @@ formatDate={formatDate}

Sorry, the diff of this file is not supported yet