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

agnostic-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

agnostic-svelte - npm Package Compare versions

Comparing version 1.1.26 to 1.1.27

4

components/Select/Select.svelte.d.ts

@@ -5,3 +5,2 @@ /** @typedef {typeof __propDef.props} SelectProps */

export default class Select extends SvelteComponentTyped<{
selected: any;
size?: string;

@@ -18,2 +17,3 @@ isDisabled?: boolean;

defaultOptionLabel?: string;
singleSelected?: string;
multiSelected?: any[];

@@ -32,3 +32,2 @@ }, {

props: {
selected: any;
size?: string;

@@ -45,2 +44,3 @@ isDisabled?: boolean;

defaultOptionLabel?: string;
singleSelected?: string;
multiSelected?: any[];

@@ -47,0 +47,0 @@ };

{
"name": "agnostic-svelte",
"version": "1.1.26",
"version": "1.1.27",
"description": "AgnosticUI (svelte)",

@@ -5,0 +5,0 @@ "author": "Rob Levin <roblevinillustration@gmail.com>",

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