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

@rescui/ui-contexts

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rescui/ui-contexts - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

lib/theme-provider.d.ts

@@ -1,7 +0,8 @@

import { PropsWithChildren } from 'react';
import React from 'react';
import PropTypes from 'prop-types';
import { Theme } from './parts/theme-context';
export declare type ThemeProviderProps = PropsWithChildren<{
export declare type ThemeProviderProps = {
theme: Theme;
}>;
children?: React.ReactNode;
};
declare const ThemeProvider: {

@@ -8,0 +9,0 @@ ({ theme, children }: ThemeProviderProps): JSX.Element;

{
"name": "@rescui/ui-contexts",
"version": "0.4.0",
"version": "0.4.1",
"description": "",

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

"prop-types": "^15.7.2",
"react": ">=16.8.0 <18"
"react": ">=16.8.0 <19"
},

@@ -33,3 +33,3 @@ "devDependencies": {

},
"gitHead": "c87adfdebe07392a0aa67ce434ce465762d8fa95"
"gitHead": "3fb96470654a814a47b84a55571b1454c69da15c"
}
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