New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/provider

Package Overview
Dependencies
Maintainers
2
Versions
880
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/provider - npm Package Compare versions

Comparing version 3.2.1-nightly.2722 to 3.2.1-nightly.2724

6

package.json
{
"name": "@react-types/provider",
"version": "3.2.1-nightly.2722+82d5242b1",
"version": "3.2.1-nightly.2724+47319ffbe",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/shared": "3.0.0-nightly.1037+82d5242b1"
"@react-types/shared": "3.0.0-nightly.1039+47319ffbe"
},

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

},
"gitHead": "82d5242b191656663597887171d8d1f52c8bf9b7"
"gitHead": "47319ffbe7c4681f75bdb56dc639f767eb324b4b"
}

@@ -18,2 +18,9 @@ /*

export type Scale = 'medium' | 'large';
export interface Breakpoints {
S?: number,
M?: number,
L?: number,
// Currently, it only deals with pixels, but we need to fix it to accept em or rem as well.
[custom: string]: number
}

@@ -79,3 +86,9 @@ export type CSSModule = {

*/
locale?: string
locale?: string,
/**
* The breakpoints for styleProps.
* Do not use `base` property.
* @default {S:380,M:768,L:1024}
*/
breakpoints?: Breakpoints
}

@@ -87,3 +100,4 @@

colorScheme: ColorScheme,
scale: Scale
scale: Scale,
breakpoints: Breakpoints
}
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