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

@react-aria/slider

Package Overview
Dependencies
Maintainers
2
Versions
791
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/slider - npm Package Compare versions

Comparing version 3.0.1-nightly.2567 to 3.0.1-nightly.2569

2

dist/main.js

@@ -406,3 +406,3 @@ var {

onDown(null);
onDown();
},

@@ -409,0 +409,0 @@ onPointerDown: e => {

@@ -375,3 +375,3 @@ import { useFocusable } from "@react-aria/focus";

onDown(null);
onDown();
},

@@ -378,0 +378,0 @@ onPointerDown: e => {

{
"name": "@react-aria/slider",
"version": "3.0.1-nightly.2567+3b04aec5",
"version": "3.0.1-nightly.2569+73d9051a",
"description": "Slider",

@@ -21,11 +21,11 @@ "license": "Apache-2.0",

"@babel/runtime": "^7.6.2",
"@react-aria/focus": "3.0.0-nightly.889+3b04aec5",
"@react-aria/i18n": "3.0.0-nightly.889+3b04aec5",
"@react-aria/interactions": "3.0.0-nightly.889+3b04aec5",
"@react-aria/label": "3.0.0-nightly.889+3b04aec5",
"@react-aria/utils": "3.0.0-nightly.889+3b04aec5",
"@react-stately/radio": "3.0.0-nightly.889+3b04aec5",
"@react-stately/slider": "3.0.1-nightly.2567+3b04aec5",
"@react-types/radio": "3.0.0-nightly.889+3b04aec5",
"@react-types/slider": "3.0.1-nightly.2567+3b04aec5"
"@react-aria/focus": "3.0.0-nightly.891+73d9051a",
"@react-aria/i18n": "3.0.0-nightly.891+73d9051a",
"@react-aria/interactions": "3.0.0-nightly.891+73d9051a",
"@react-aria/label": "3.0.0-nightly.891+73d9051a",
"@react-aria/utils": "3.0.0-nightly.891+73d9051a",
"@react-stately/radio": "3.0.0-nightly.891+73d9051a",
"@react-stately/slider": "3.0.1-nightly.2569+73d9051a",
"@react-types/radio": "3.0.0-nightly.891+73d9051a",
"@react-types/slider": "3.0.1-nightly.2569+73d9051a"
},

@@ -38,3 +38,3 @@ "peerDependencies": {

},
"gitHead": "3b04aec57ff943296db0b563a70f36aa2be43f9a"
"gitHead": "73d9051a97d6978ba84665373a82f394bae031c5"
}

@@ -122,4 +122,4 @@ import {AriaSliderThumbProps} from '@react-types/slider';

let currentPointer = useRef<number | null | undefined>(undefined);
let onDown = (id: number | null) => {
let currentPointer = useRef<number | undefined>(undefined);
let onDown = (id?: number) => {
focusInput();

@@ -175,3 +175,3 @@ currentPointer.current = id;

}
onDown(null);
onDown();
},

@@ -178,0 +178,0 @@ onPointerDown: (e: React.PointerEvent<HTMLElement>) => {

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