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

stimulus-flatpickr

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulus-flatpickr - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

LICENSE

6

package.json
{
"name": "stimulus-flatpickr",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Stimulus Wrapper for Flatpickr library",

@@ -22,3 +22,7 @@ "main": "dist/flatpickr_controller.js",

"microbundle": "^0.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/adrienpoly/stimulus-flatpickr.git"
}
}

14

readme.md
# Stimulus Flatpickr
### A simple wrapper of Flatpickr for Stimulus
### A modest wrapper of Flatpickr for Stimulus

@@ -19,3 +19,3 @@ This in an experimental wrapper on Flatpickr for using Stimulus.js. all configurations for the datetime picker can be set directly from the `data-attributes` of the HTML. This can be handly when working as an example with a Rails backend so that all settings for the DateTime picker can be set by the backend when generating the view.

### Basic usage
### Standard usage

@@ -87,3 +87,3 @@ If you only need to convert an input field in a DateTime picker you just need to register a standard Stimulus controller and add some markup to you input field.

### Advanced
### Advanced Usage

@@ -95,1 +95,9 @@ coming...

coming...
### Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/adrienpoly/stimulus-flatpickr. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
### License
This package is available as open source under the terms of the MIT License.
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