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

@viamrobotics/prime-core

Package Overview
Dependencies
Maintainers
6
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@viamrobotics/prime-core - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

dist/notify.svelte

1

dist/index.d.ts

@@ -7,2 +7,3 @@ export { default as Badge } from './badge.svelte';

export { default as Label } from './label.svelte';
export { default as Notify } from './notify.svelte';
export { default as Pill } from './pill.svelte';

@@ -9,0 +10,0 @@ export { default as Switch } from './switch.svelte';

@@ -7,2 +7,3 @@ export { default as Badge } from './badge.svelte';

export { default as Label } from './label.svelte';
export { default as Notify } from './notify.svelte';
export { default as Pill } from './pill.svelte';

@@ -9,0 +10,0 @@ export { default as Switch } from './switch.svelte';

3

dist/input/input.svelte.d.ts

@@ -6,6 +6,7 @@ import { SvelteComponent } from "svelte";

[x: string]: any;
value?: string;
value?: string | number | undefined;
readonly?: boolean;
disabled?: boolean;
state?: InputState;
input?: HTMLInputElement;
};

@@ -12,0 +13,0 @@ events: {

import { SvelteComponent } from "svelte";
import { type NumericInputTypes } from './utils';
import type { NumericInputTypes } from './utils';
declare const __propDef: {

@@ -9,6 +9,6 @@ props: {

step?: number;
input?: HTMLInputElement;
};
events: {
input: CustomEvent<any>;
keydown: CustomEvent<number>;
input: Event;
} & {

@@ -30,12 +30,3 @@ [evt: string]: CustomEvent<any>;

export default class NumericInput extends SvelteComponent<NumericInputProps, NumericInputEvents, NumericInputSlots> {
get type(): NumericInputTypes | undefined;
/**accessor*/
set type(_: NumericInputTypes | undefined);
get value(): number | undefined;
/**accessor*/
set value(_: number | undefined);
get step(): number | undefined;
/**accessor*/
set step(_: number | undefined);
}
export {};
{
"name": "@viamrobotics/prime-core",
"version": "0.0.10",
"version": "0.0.11",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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