Socket
Socket
Sign inDemoInstall

@callstack/react-theme-provider

Package Overview
Dependencies
Maintainers
8
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callstack/react-theme-provider - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

2

package.json
{
"name": "@callstack/react-theme-provider",
"version": "3.0.7",
"version": "3.0.8",
"description": "Theme provider for react and react-native applications",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -18,5 +18,5 @@ // Type definitions for @callstack/react-theme-provider 1.0.2

hoistNonReactStatics.NonReactStatics<typeof WrappedComponent>;
useTheme(overrides?: $DeepPartial<Theme>): Theme;
useTheme<T = Theme>(overrides?: $DeepPartial<T>): T;
};
export const createTheming: <Theme>(defaultTheme: Theme) => ThemingType<Theme>;
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