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

cra-template-32bit

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-32bit - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "cra-template-32bit",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

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

@@ -6,2 +6,3 @@ import { ThemeProvider, createTheme } from '@mui/material/styles';

import { theme } from './utils/theme';
import GlobalContextProvider from './core/context/GlobalContext';

@@ -13,3 +14,5 @@ const App = () => {

<ThemeProvider theme={createTheme(theme)}>
<Root />
<GlobalContextProvider>
<Root />
</GlobalContextProvider>
</ThemeProvider>

@@ -16,0 +19,0 @@ </BrowserRouter>

@@ -9,3 +9,3 @@ import { Container, CssBaseline, Typography } from '@mui/material';

const { theme } = useGlobal();
const { currentTheme } = useGlobal();

@@ -16,3 +16,3 @@ return (

<Container>
<Typography>Current Theme: {theme} </Typography>
<Typography>Current Theme: {currentTheme} </Typography>
<Routes>

@@ -19,0 +19,0 @@ <Route path="/" element={<Home />} />

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