Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@viamrobotics/prime-core

Package Overview
Dependencies
Maintainers
6
Versions
167
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.9 to 0.0.10

dist/tabs.svelte

2

dist/icon/icons.js

@@ -17,2 +17,4 @@ import * as MDI from '@mdi/js';

'arrow-expand-right': MDI.mdiArrowExpandRight,
'arrow-left': MDI.mdiArrowLeft,
'arrow-right': MDI.mdiArrowRight,
'arrow-top-right-bottom-left': MDI.mdiArrowTopRightBottomLeft,

@@ -19,0 +21,0 @@ 'arrow-up': MDI.mdiArrowUp,

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

export { default as Radio } from './radio.svelte';
export { default as Tabs } from './tabs.svelte';
export { default as Tooltip, type TooltipLocation, type TooltipState, } from './tooltip.svelte';

@@ -12,0 +13,0 @@ export { default as ContextMenu } from './context-menu/context-menu.svelte';

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

export { default as Radio } from './radio.svelte';
export { default as Tabs } from './tabs.svelte';
export { default as Tooltip, } from './tooltip.svelte';

@@ -12,0 +13,0 @@ export { default as ContextMenu } from './context-menu/context-menu.svelte';

2

dist/radio.svelte.d.ts

@@ -45,3 +45,3 @@ import { SvelteComponent } from "svelte";

* ```svelte
* <v-radio
* <Radio
* options="['Opt 1', 'Opt 2', 'Opt 3']"

@@ -48,0 +48,0 @@ * selected="Opt 1"

{
"name": "@viamrobotics/prime-core",
"version": "0.0.9",
"version": "0.0.10",
"publishConfig": {

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

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