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

@khanacademy/wonder-blocks-breadcrumbs

Package Overview
Dependencies
Maintainers
0
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-PR2465-20250207172334 to 0.0.0-PR2466-20250207212603

8

CHANGELOG.md
# @khanacademy/wonder-blocks-breadcrumbs
## 0.0.0-PR2465-20250207172334
## 0.0.0-PR2466-20250207212603
### Patch Changes
- Updated dependencies [22d94f9]
- @khanacademy/wonder-blocks-core@0.0.0-PR2465-20250207172334
- efc1911: Rollback rollup version from v4 to v2 to prevent an issue with CJS builds in unit tests
- Updated dependencies [efc1911]
- @khanacademy/wonder-blocks-core@0.0.0-PR2466-20250207212603
- @khanacademy/wonder-blocks-tokens@0.0.0-PR2466-20250207212603

@@ -10,0 +12,0 @@ ## 3.1.0

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var _extends = require('@babel/runtime/helpers/extends');

@@ -10,3 +12,6 @@ var _objectWithoutPropertiesLoose = require('@babel/runtime/helpers/objectWithoutPropertiesLoose');

function _interopNamespaceDefault(e) {
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
function _interopNamespace(e) {
if (e && e.__esModule) return e;
var n = Object.create(null);

@@ -24,7 +29,9 @@ if (e) {

}
n.default = e;
n["default"] = e;
return Object.freeze(n);
}
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
var _extends__default = /*#__PURE__*/_interopDefaultLegacy(_extends);
var _objectWithoutPropertiesLoose__default = /*#__PURE__*/_interopDefaultLegacy(_objectWithoutPropertiesLoose);
var React__namespace = /*#__PURE__*/_interopNamespace(React);

@@ -39,5 +46,5 @@ const _excluded$1 = ["aria-label", "children", "testId"];

} = props,
otherProps = _objectWithoutPropertiesLoose(props, _excluded$1);
otherProps = _objectWithoutPropertiesLoose__default["default"](props, _excluded$1);
const lastChildIndex = React__namespace.Children.count(children) - 1;
return React__namespace.createElement("nav", _extends({}, otherProps, {
return React__namespace.createElement("nav", _extends__default["default"]({}, otherProps, {
"aria-label": ariaLabel,

@@ -50,3 +57,3 @@ "data-testid": testId,

const isLastChild = index === lastChildIndex;
return React__namespace.cloneElement(item, _extends({}, item.props, {
return React__namespace.cloneElement(item, _extends__default["default"]({}, item.props, {
showSeparator: !isLastChild,

@@ -76,3 +83,3 @@ ["aria-current"]: isLastChild ? "page" : undefined

} = props,
otherProps = _objectWithoutPropertiesLoose(props, _excluded);
otherProps = _objectWithoutPropertiesLoose__default["default"](props, _excluded);
const _renderSeparator = () => {

@@ -91,3 +98,3 @@ return React__namespace.createElement(StyledSvg, {

};
return React__namespace.createElement(StyledLi, _extends({}, otherProps, {
return React__namespace.createElement(StyledLi, _extends__default["default"]({}, otherProps, {
style: styles.item,

@@ -94,0 +101,0 @@ "data-testid": testId,

{
"name": "@khanacademy/wonder-blocks-breadcrumbs",
"version": "0.0.0-PR2465-20250207172334",
"version": "0.0.0-PR2466-20250207212603",
"design": "v1",

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

"@babel/runtime": "^7.24.5",
"@khanacademy/wonder-blocks-core": "0.0.0-PR2465-20250207172334",
"@khanacademy/wonder-blocks-tokens": "4.2.0"
"@khanacademy/wonder-blocks-core": "0.0.0-PR2466-20250207212603",
"@khanacademy/wonder-blocks-tokens": "0.0.0-PR2466-20250207212603"
},

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

"devDependencies": {
"@khanacademy/wb-dev-build-settings": "2.1.0"
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2466-20250207212603"
},

@@ -28,0 +28,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