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.19 to 0.0.20

2

dist/click-outside.d.ts

@@ -29,2 +29,2 @@ /// <reference types="svelte" />

*/
export declare const clickOutside: Action<HTMLElement, () => unknown>;
export declare const clickOutside: Action<HTMLElement | undefined, () => unknown>;

@@ -31,2 +31,3 @@ /**

if (node &&
window.document.contains(event.target) &&
!node.contains(event.target) &&

@@ -33,0 +34,0 @@ !event.defaultPrevented) {

{
"name": "@viamrobotics/prime-core",
"version": "0.0.19",
"version": "0.0.20",
"publishConfig": {

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

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