Socket
Socket
Sign inDemoInstall

@react-types/shared

Package Overview
Dependencies
Maintainers
2
Versions
759
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/shared - npm Package Compare versions

Comparing version 3.0.0-nightly.861 to 3.0.0-nightly.867

4

package.json
{
"name": "@react-types/shared",
"version": "3.0.0-nightly.861+bd1afa1d",
"version": "3.0.0-nightly.867+4815ed89",
"description": "Spectrum UI components in React",

@@ -17,3 +17,3 @@ "license": "Apache-2.0",

},
"gitHead": "bd1afa1d8f11893a1b3de13eaa3e99c19300d6bd"
"gitHead": "4815ed89c4b0695c87b384e8e0f14f2a6f5c1189"
}

@@ -32,2 +32,3 @@ /*

export type ItemRenderer<T> = (item: T) => ItemElement<T>;
export type LoadingState = 'loading' | 'sorting' | 'loadingMore' | 'error' | 'idle' | 'filtering';

@@ -34,0 +35,0 @@ export interface AsyncLoadable {

@@ -14,16 +14,1 @@ /*

export type Direction = 'ltr' | 'rtl';
export type NumeralSystem = 'arab' | 'hanidec' | 'latn';
export interface NumberParser {
/** Parses a cleaned string into the number it represents. */
parse: (value: string) => number,
/** Rounds a number using the current formatter. */
round: (value: number) => number,
symbols: {
minusSign: string,
plusSign: string
},
/** This removes any not allowed characters from the string. */
clean: (value: string) => string
}
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