You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@react-stately/utils

Package Overview
Dependencies
Maintainers
2
Versions
962
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/utils - npm Package Compare versions

Comparing version

to
3.0.0-nightly-27e5ef1b7-250319

2

package.json
{
"name": "@react-stately/utils",
"version": "3.0.0-nightly-2788d8afd-250205",
"version": "3.0.0-nightly-27e5ef1b7-250319",
"description": "Spectrum UI components in React",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -21,3 +21,3 @@ /*

export function roundToStepPrecision(value: number, step: number) {
export function roundToStepPrecision(value: number, step: number): number {
let roundedValue = value;

@@ -24,0 +24,0 @@ let stepString = step.toString();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet