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

@viamrobotics/prime-core

Package Overview
Dependencies
Maintainers
0
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.127 to 0.0.128

4

dist/__tests__/pill.spec.js

@@ -52,2 +52,6 @@ import { describe, it, expect, vi } from 'vitest';

});
it('Renders with the passed href', () => {
render(Pill, { value: 'link', href: 'https://www.viam.com' });
expect(screen.getByRole('link', { name: 'link' })).toHaveAttribute('href', 'https://www.viam.com');
});
});

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

/** The text in the pill. */ value?: string;
/** Optional URL that the hyperlink points to. */ href?: string;
/** Optional target for linked URL. */ target?: '_self' | '_blank' | '_parent' | '_top';
/** Whether or not the pill has the aria-readonly attribute. If readonly, there is not a button to remove the pill. */ readonly?: boolean;

@@ -9,0 +11,0 @@ /** Whether or not the pill is disabled. */ disabled?: boolean;

2

package.json
{
"name": "@viamrobotics/prime-core",
"version": "0.0.127",
"version": "0.0.128",
"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