Socket
Socket
Sign inDemoInstall

react-flatpickr

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flatpickr - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

6

package.json
{
"name": "react-flatpickr",
"version": "3.4.0",
"version": "3.5.0",
"description": "flatpickr for React",

@@ -25,4 +25,4 @@ "main": "build/index.js",

"dependencies": {
"flatpickr": "^2.3.5",
"prop-types": "^15.5.7"
"flatpickr": "^3.0.6",
"prop-types": "^15.5.10"
},

@@ -29,0 +29,0 @@ "devDependencies": {

@@ -13,3 +13,3 @@

```jsx
import 'flatpickr/dist/flatpickr.material_green.min.css'
import 'flatpickr/dist/themes/material_green.min.css'

@@ -36,2 +36,5 @@ import Flatpickr from 'react-flatpickr'

### Themes
Please import themes directly from the `flatpickr` dependency. In most cases, you should just be able to `import 'flatpickr/dist/themes/theme.css'`, but in some cases npm or yarn may install `flatpickr` in `node_modules/react-flatpickr/node_modules/flatpickr`. If that happens, removing your `node_modules` dir and reinstalling should put flatpickr in the root `node_modules` dir, or you can import from `react-flatpickr/node_modules/flatpickr` manually.
### License

@@ -38,0 +41,0 @@ MIT

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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