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

bam32bittheme

Package Overview
Dependencies
Maintainers
0
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bam32bittheme - npm Package Compare versions

Comparing version 2.1.85 to 2.1.86

4

dist/layout/Sidebar.js

@@ -68,2 +68,4 @@ "use strict";

const isMobile = (0, _material.useMediaQuery)(theme.breakpoints.down('md'));
const userId = localStorage.getItem('userId');
const validUsers = ["sgezgin", "bgulse"];
const sidebarCollapsed = (0, _react.useMemo)(() => {

@@ -308,3 +310,3 @@ if (isMobile) {

})
}, ((_window$location = window.location) === null || _window$location === void 0 || (_window$location = _window$location.pathname) === null || _window$location === void 0 ? void 0 : _window$location.includes('/portal')) && /*#__PURE__*/_react.default.createElement(_material.Stack, {
}, ((_window$location = window.location) === null || _window$location === void 0 || (_window$location = _window$location.pathname) === null || _window$location === void 0 ? void 0 : _window$location.includes('/portal')) && validUsers.includes(userId) && /*#__PURE__*/_react.default.createElement(_material.Stack, {
justifyContent: "center",

@@ -311,0 +313,0 @@ alignItems: "center",

{
"name": "bam32bittheme",
"version": "2.1.85",
"version": "2.1.86",
"private": false,

@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x",

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