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.32 to 0.0.33

10

dist/prevent-handler.d.ts

@@ -6,5 +6,8 @@ /**

*
* Note: it's important that the usage be reactive such that the handler
* will be updated if disabled's value changes.
*
* ```svelte
* export let disabled = false;
* const handleDisabled = preventHandler(disabled);
* $: handleDisabled = preventHandler(disabled);
* <control on:input on:input|capture={handleDisabled} />

@@ -22,5 +25,8 @@ * ```

*
* Note: it's important that the usage be reactive such that the handler
* will be updated if disabled's value changes.
*
* ```svelte
* export let disabled = false;
* const handleDisabled = preventDisabled(disabled);
* $: handleDisabled = preventKeyboardHandler(disabled);
* <control on:keydown on:keydown|capture={handleDisabled} />

@@ -27,0 +33,0 @@ * ```

@@ -6,5 +6,8 @@ /**

*
* Note: it's important that the usage be reactive such that the handler
* will be updated if disabled's value changes.
*
* ```svelte
* export let disabled = false;
* const handleDisabled = preventHandler(disabled);
* $: handleDisabled = preventHandler(disabled);
* <control on:input on:input|capture={handleDisabled} />

@@ -27,5 +30,8 @@ * ```

*
* Note: it's important that the usage be reactive such that the handler
* will be updated if disabled's value changes.
*
* ```svelte
* export let disabled = false;
* const handleDisabled = preventDisabled(disabled);
* $: handleDisabled = preventKeyboardHandler(disabled);
* <control on:keydown on:keydown|capture={handleDisabled} />

@@ -32,0 +38,0 @@ * ```

2

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

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