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

@khanacademy/wonder-blocks-link

Package Overview
Dependencies
Maintainers
0
Versions
441
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

12

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

@@ -14,7 +14,9 @@ ### 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-clickable@0.0.0-PR2453-20250205170609
- @khanacademy/wonder-blocks-tokens@0.0.0-PR2453-20250205170609
- @khanacademy/wonder-blocks-core@0.0.0-PR2453-20250205170609
- @khanacademy/wonder-blocks-icon@0.0.0-PR2453-20250205170609
- @khanacademy/wonder-blocks-clickable@0.0.0-PR2459-20250205183150
- @khanacademy/wonder-blocks-core@0.0.0-PR2459-20250205183150
- @khanacademy/wonder-blocks-icon@0.0.0-PR2459-20250205183150
- @khanacademy/wonder-blocks-tokens@0.0.0-PR2459-20250205183150

@@ -21,0 +23,0 @@ ## 7.0.8

@@ -15,3 +15,3 @@ import _objectDestructuringEmpty from '@babel/runtime/helpers/objectDestructuringEmpty';

const _excluded$1 = ["children", "skipClientNav", "focused", "hovered", "href", "inline", "kind", "light", "visitable", "pressed", "style", "testId", "waiting", "target", "startIcon", "endIcon"];
const StyledAnchor = addStyle("a");
const StyledA = addStyle("a");
const StyledLink = addStyle(Link$1);

@@ -74,3 +74,3 @@ const LinkCore = React.forwardRef(function LinkCore(props, ref) {

ref: ref
}), linkContent) : React.createElement(StyledAnchor, _extends({}, commonProps, {
}), linkContent) : React.createElement(StyledA, _extends({}, commonProps, {
href: href,

@@ -77,0 +77,0 @@ ref: ref

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

const _excluded$1 = ["children", "skipClientNav", "focused", "hovered", "href", "inline", "kind", "light", "visitable", "pressed", "style", "testId", "waiting", "target", "startIcon", "endIcon"];
const StyledAnchor = wonderBlocksCore.addStyle("a");
const StyledA = wonderBlocksCore.addStyle("a");
const StyledLink = wonderBlocksCore.addStyle(reactRouterDom.Link);

@@ -95,3 +95,3 @@ const LinkCore = React__namespace.forwardRef(function LinkCore(props, ref) {

ref: ref
}), linkContent) : React__namespace.createElement(StyledAnchor, _extends({}, commonProps, {
}), linkContent) : React__namespace.createElement(StyledA, _extends({}, commonProps, {
href: href,

@@ -98,0 +98,0 @@ ref: ref

{
"name": "@khanacademy/wonder-blocks-link",
"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-clickable": "0.0.0-PR2453-20250205170609",
"@khanacademy/wonder-blocks-core": "0.0.0-PR2453-20250205170609",
"@khanacademy/wonder-blocks-icon": "0.0.0-PR2453-20250205170609",
"@khanacademy/wonder-blocks-tokens": "0.0.0-PR2453-20250205170609"
"@khanacademy/wonder-blocks-clickable": "0.0.0-PR2459-20250205183150",
"@khanacademy/wonder-blocks-core": "0.0.0-PR2459-20250205183150",
"@khanacademy/wonder-blocks-icon": "0.0.0-PR2459-20250205183150",
"@khanacademy/wonder-blocks-tokens": "0.0.0-PR2459-20250205183150"
},

@@ -30,3 +30,3 @@ "peerDependencies": {

"devDependencies": {
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2453-20250205170609"
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2459-20250205183150"
},

@@ -33,0 +33,0 @@ "scripts": {

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