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
36
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 2.7.0 to 2.8.0

2

dist/DateInput.svelte.d.ts

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

events: {
select: CustomEvent<undefined>;
select: CustomEvent<Date>;
} & {

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

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

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

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

{
"name": "date-picker-svelte",
"version": "2.7.0",
"version": "2.8.0",
"description": "Date and time picker for Svelte",

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

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