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

svelte-headless-components

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-headless-components - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

dist/components/select/select.js

@@ -62,2 +62,3 @@ import { BROWSER } from 'esm-env';

triggerEvent: 'mouseup',
validateAddition: () => true,
...inputConfig,

@@ -64,0 +65,0 @@ };

4

dist/demo/select/Svelect.svelte.d.ts
import { SvelteComponent } from "svelte";
import { type AddOption, type OptionItem, type Select } from '../../components/select/select.js';
import { AddOptionResult, type OptionItem, type Select } from '../../components/select/select.js';
declare const __propDef: {

@@ -12,3 +12,3 @@ props: {

change: CustomEvent<OptionItem>;
add: CustomEvent<AddOption>;
add: CustomEvent<AddOptionResult>;
open: CustomEvent<void>;

@@ -15,0 +15,0 @@ close: CustomEvent<void>;

{
"name": "svelte-headless-components",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",

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

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