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.0.1 to 1.0.2

2

dist/slider/utils/handlers.js

@@ -23,3 +23,3 @@ import { validKeyCodes, validKeys, eventOptions, clamp, roundDecimals, } from './helpers.js';

const key = e.key;
if (!validKeyCodes.includes(key))
if (props.disabled || !validKeyCodes.includes(key))
return;

@@ -26,0 +26,0 @@ e.preventDefault();

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

"description": "Shared business logic for JS implementations of Warp Design System",
"version": "1.0.1",
"version": "1.0.2",
"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