Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-date-picker

Package Overview
Dependencies
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-date-picker - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

6

package.json
{
"name": "react-date-picker",
"version": "3.1.0",
"version": "3.1.1",
"description": "A carefully crafted date picker for React",

@@ -9,12 +9,8 @@ "main": "lib/index.js",

"dev": "webpack-dev-server --progress --port 8080 --config build/webpack.config.js",
"build-css": "npm run build-css-index && npm run build-css-base && npm run build-themes",
"build-css-index": "webpack --progress --config build/build-css-index.config.js",
"build-css-base": "webpack --progress --config build/build-css-base.config.js",
"build-themes": "npm run build-theme-default && npm run build-theme-hackerone",
"build-theme-default": "webpack --progress --config build/build-theme-default.config.js",
"build-theme-hackerone": "webpack --progress --config build/build-theme-hackerone.config.js",
"dist": "webpack --progress --config build/dist.config.js",

@@ -21,0 +17,0 @@ "dist.min": "webpack --progress -p --config build/dist.min.config.js",

@@ -77,7 +77,2 @@ react-date-picker

### Example
```jsx
## I18n and localization

@@ -84,0 +79,0 @@

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