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

@warp-ds/core

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/core - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

8

dist/slider/utils/handlers.js
import { validKeyCodes, validKeys, eventOptions, clamp, roundDecimals } from './helpers.js';
let keydownRepeat = {
counter: 0,
repeatsBeforeAcceleration: 3,
};
export function createHandlers({ props, sliderState }) {

@@ -17,6 +21,2 @@ const clampedChange = (n) => clamp(n, { max: props.max, min: props.min });

};
const keydownRepeat = {
counter: 0,
repeatsBeforeAcceleration: 3,
};
function handleKeyDown(e) {

@@ -23,0 +23,0 @@ const key = e.key;

@@ -5,3 +5,3 @@ {

"description": "Shared business logic for JS implementations of Warp Design System",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",

@@ -8,0 +8,0 @@ "exports": {

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