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

date-picker-svelte

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-picker-svelte - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

3

CHANGELOG.md
# Changelog
## 1.3.0 - 2021 Jan 4
- Add `closeOnSelection` property for DateInput
## 1.2.0 - 2021 Dec 22

@@ -4,0 +7,0 @@ - Hide disabled dates

@@ -14,4 +14,7 @@ import { SvelteComponentTyped } from "svelte";

/** Whether the date popup is visible */ visible?: boolean | undefined;
/** Close the date popup when a date is selected */ closeOnSelection?: boolean | undefined;
};
events: {
select: CustomEvent<undefined>;
} & {
[evt: string]: CustomEvent<any>;

@@ -18,0 +21,0 @@ };

@@ -12,2 +12,3 @@ import { SvelteComponentTyped } from "svelte";

focusout: FocusEvent;
select: CustomEvent<undefined>;
} & {

@@ -14,0 +15,0 @@ [evt: string]: CustomEvent<any>;

2

package.json
{
"name": "date-picker-svelte",
"version": "1.2.0",
"version": "1.3.0",
"description": "Date and time picker for Svelte",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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