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

attic-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attic-datepicker - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

src/classes/Datepicker.ts

2

package.json
{
"name": "attic-datepicker",
"version": "0.0.2",
"version": "0.0.3",
"description": "Beautiful single and range date picker that is built with Tailwind CSS and Vue 3 using day.js",

@@ -5,0 +5,0 @@ "keywords": [

@@ -19,1 +19,13 @@ export const usePreviousDate = (date: any) => {

}
export const useDirective = (binding: any) => {
const { instance } = binding;
document.body.addEventListener('click', $event => {
if (instance.$el.contains($event.target)) {
return (instance.showCalendar = true);
}
return (instance.showCalendar = false)
});
}

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