New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/color-mode

Package Overview
Dependencies
Maintainers
3
Versions
363
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/color-mode - npm Package Compare versions

Comparing version 0.0.0-dev-2022587541 to 0.0.0-dev-2022610103716

2

dist/declarations/src/color-mode.utils.d.ts

@@ -9,3 +9,3 @@ export declare type ColorMode = "light" | "dark";

query(): MediaQueryList;
getSystemTheme(fallback?: ColorMode | undefined): "dark" | "light";
getSystemTheme(fallback?: ColorMode): "dark" | "light";
addListener(fn: (cm: ColorMode) => unknown): () => void;

@@ -12,0 +12,0 @@ preventTransition(): () => void;

{
"name": "@chakra-ui/color-mode",
"version": "0.0.0-dev-2022587541",
"version": "0.0.0-dev-2022610103716",
"description": "React component and hooks for handling light and dark mode.",

@@ -45,4 +45,4 @@ "keywords": [

"dependencies": {
"@chakra-ui/hooks": "2.0.2",
"@chakra-ui/utils": "2.0.2"
"@chakra-ui/hooks": "0.0.0-dev-2022610103716",
"@chakra-ui/utils": "0.0.0-dev-2022610103716"
},

@@ -49,0 +49,0 @@ "peerDependencies": {

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