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

@khanacademy/wonder-blocks-icon

Package Overview
Dependencies
Maintainers
0
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-icon - npm Package Compare versions

Comparing version 0.0.0-PR2453-20250205170609 to 0.0.0-PR2459-20250205183150

6

CHANGELOG.md
# @khanacademy/wonder-blocks-icon
## 0.0.0-PR2453-20250205170609
## 0.0.0-PR2459-20250205183150

@@ -14,4 +14,6 @@ ### Minor Changes

- f03b0d1: Update internal addStyle variable name to address aphrodite-add-style-variable-name linting rule
- Updated dependencies [f03b0d1]
- Updated dependencies [1035bf3]
- @khanacademy/wonder-blocks-core@0.0.0-PR2453-20250205170609
- @khanacademy/wonder-blocks-core@0.0.0-PR2459-20250205183150

@@ -18,0 +20,0 @@ ## 5.0.6

@@ -15,3 +15,3 @@ import _extends from '@babel/runtime/helpers/extends';

const _excluded = ["color", "icon", "size", "style", "testId", "className", "role"];
const StyledIcon = addStyle("span");
const StyledSpan = addStyle("span");
const PhosphorIcon = React.forwardRef(function PhosphorIcon(props, ref) {

@@ -31,3 +31,3 @@ const {

const iconStyles = _generateStyles(color, pixelSize);
return React.createElement(StyledIcon, _extends({}, sharedProps, {
return React.createElement(StyledSpan, _extends({}, sharedProps, {
className: classNames,

@@ -34,0 +34,0 @@ style: [styles.svg, iconStyles.icon, {

@@ -36,3 +36,3 @@ 'use strict';

const _excluded = ["color", "icon", "size", "style", "testId", "className", "role"];
const StyledIcon = wonderBlocksCore.addStyle("span");
const StyledSpan = wonderBlocksCore.addStyle("span");
const PhosphorIcon = React__namespace.forwardRef(function PhosphorIcon(props, ref) {

@@ -52,3 +52,3 @@ const {

const iconStyles = _generateStyles(color, pixelSize);
return React__namespace.createElement(StyledIcon, _extends({}, sharedProps, {
return React__namespace.createElement(StyledSpan, _extends({}, sharedProps, {
className: classNames,

@@ -55,0 +55,0 @@ style: [styles.svg, iconStyles.icon, {

{
"name": "@khanacademy/wonder-blocks-icon",
"version": "0.0.0-PR2453-20250205170609",
"version": "0.0.0-PR2459-20250205183150",
"design": "v1",

@@ -16,6 +16,6 @@ "publishConfig": {

"@babel/runtime": "^7.24.5",
"@khanacademy/wonder-blocks-core": "0.0.0-PR2453-20250205170609"
"@khanacademy/wonder-blocks-core": "0.0.0-PR2459-20250205183150"
},
"devDependencies": {
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2453-20250205170609"
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2459-20250205183150"
},

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

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