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

@workday/canvas-kit-labs-react-core

Package Overview
Dependencies
Maintainers
2
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workday/canvas-kit-labs-react-core - npm Package Compare versions

Comparing version 3.3.3-next.21 to 3.3.3-next.25

2

dist/commonjs/lib/theming/useTheme.js

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

var context = React.useContext(core_1.ThemeContext);
if (context) {
if (context && Object.entries(context).length !== 0) {
return context;

@@ -22,0 +22,0 @@ }

@@ -10,3 +10,3 @@ import * as React from 'react';

var context = React.useContext(ThemeContext);
if (context) {
if (context && Object.entries(context).length !== 0) {
return context;

@@ -13,0 +13,0 @@ }

@@ -26,3 +26,3 @@ import * as React from 'react';

const context = React.useContext(ThemeContext);
if (context) {
if (context && Object.entries(context).length !== 0) {
return context as CanvasTheme;

@@ -29,0 +29,0 @@ }

{
"name": "@workday/canvas-kit-labs-react-core",
"version": "3.3.3-next.21+138625c",
"version": "3.3.3-next.25+bbdf214",
"description": "A group of core primitives (i.e. colors, text, etc.)",

@@ -44,3 +44,3 @@ "author": "Workday, Inc. (https://www.workday.com)",

"@workday/canvas-colors-web": "^0.17.13",
"@workday/canvas-kit-react-core": "^3.3.3-next.21+138625c",
"@workday/canvas-kit-react-core": "^3.3.3-next.25+bbdf214",
"chroma-js": "^2.1.0",

@@ -54,3 +54,3 @@ "emotion-theming": "^10.0.10",

},
"gitHead": "138625cc05c723e21f114a484ad0a218ed945946"
"gitHead": "bbdf214376d8b400b11ce8c8dce39838870a7c97"
}
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