Socket
Socket
Sign inDemoInstall

@os-design/theming

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/theming - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

lib/utils/ThemeProvider.js

@@ -31,3 +31,3 @@ "use strict";

const [activeTheme, setActiveTheme] = react_1.useState(() => {
const saved = localStorage.getItem(storageKey);
const saved = typeof window !== 'undefined' ? localStorage.getItem(storageKey) : null;
if (saved && themes[saved])

@@ -34,0 +34,0 @@ return saved;

{
"name": "@os-design/theming",
"version": "1.0.7",
"version": "1.0.8",
"license": "UNLICENSED",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

},
"gitHead": "e7db3bd113935882b6a6d01a48f45414934a1851"
"gitHead": "355378f51d805b669ed2cbbb7c1b9d3098159418"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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