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

@thisbeyond/solid-select

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thisbeyond/solid-select - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

dist/esm/index.js

@@ -375,3 +375,3 @@ import { mergeProps, createSignal, createEffect, on, createMemo, createRenderEffect, splitProps, Show, For } from 'solid-js';

_tmpl$4 = template(`<div class="solid-select-single-value"></div>`, 2),
_tmpl$5 = template(`<div class="solid-select-multi-value"><button class="solid-select-multi-value-remove">⨯</button></div>`, 4),
_tmpl$5 = template(`<div class="solid-select-multi-value"><button type="button" class="solid-select-multi-value-remove">⨯</button></div>`, 4),
_tmpl$6 = template(`<input class="solid-select-input" type="text" tabindex="0" autocomplete="off" autocapitalize="none" size="1">`, 1),

@@ -378,0 +378,0 @@ _tmpl$7 = template(`<div class="solid-select-list"></div>`, 2),

@@ -63,3 +63,3 @@ import { Show, For, splitProps, mergeProps, } from "solid-js";

{props.children}
<button class="solid-select-multi-value-remove" on:click={(event) => {
<button type="button" class="solid-select-multi-value-remove" on:click={(event) => {
event.stopPropagation();

@@ -66,0 +66,0 @@ props.onRemove();

{
"name": "@thisbeyond/solid-select",
"version": "0.4.0",
"version": "0.4.1",
"description": "The Select component for Solid.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/thisbeyond/solid-select#readme",

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