Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ag.ds-next/breadcrumbs

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag.ds-next/breadcrumbs - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

20

CHANGELOG.md
# @ag.ds-next/breadcrumbs
## 4.0.0
### Patch Changes
- e3f309e: Remove typographic box props from `BreadcrumbsItem`
- Updated dependencies [9680133]
- Updated dependencies [c7d2a66]
- Updated dependencies [cd7e437]
- Updated dependencies [d94cb5d]
- Updated dependencies [b6a9bd9]
- Updated dependencies [214cbf9]
- Updated dependencies [9680133]
- Updated dependencies [b6a9bd9]
- Updated dependencies [214cbf9]
- Updated dependencies [3e8b39b]
- @ag.ds-next/core@2.1.0
- @ag.ds-next/box@4.0.0
- @ag.ds-next/icon@4.0.0
- @ag.ds-next/text@4.0.0
## 3.0.0

@@ -4,0 +24,0 @@

5

dist/ag.ds-next-breadcrumbs.cjs.dev.js

@@ -66,6 +66,3 @@ 'use strict';

return react.jsx(box.Box, {
as: "li",
fontSize: "sm",
fontFamily: "body",
lineHeight: "default"
as: "li"
}, href ? react.jsx(text.TextLink, _extends({

@@ -72,0 +69,0 @@ href: href

@@ -59,6 +59,3 @@ 'use strict';

return react.jsx(box.Box, {
as: "li",
fontSize: "sm",
fontFamily: "body",
lineHeight: "default"
as: "li"
}, href ? react.jsx(text.TextLink, _extends({

@@ -65,0 +62,0 @@ href: href

@@ -62,6 +62,3 @@ import { Fragment } from 'react';

return jsx(Box, {
as: "li",
fontSize: "sm",
fontFamily: "body",
lineHeight: "default"
as: "li"
}, href ? jsx(TextLink, _extends({

@@ -68,0 +65,0 @@ href: href

10

package.json
{
"name": "@ag.ds-next/breadcrumbs",
"version": "3.0.0",
"version": "4.0.0",
"main": "dist/ag.ds-next-breadcrumbs.cjs.js",

@@ -8,6 +8,6 @@ "module": "dist/ag.ds-next-breadcrumbs.esm.js",

"peerDependencies": {
"@ag.ds-next/box": "3.0.0",
"@ag.ds-next/core": "2.0.0",
"@ag.ds-next/icon": "3.0.0",
"@ag.ds-next/text": "3.0.0",
"@ag.ds-next/box": "4.0.0",
"@ag.ds-next/core": "2.1.0",
"@ag.ds-next/icon": "4.0.0",
"@ag.ds-next/text": "4.0.0",
"@emotion/react": "^11.7.0",

@@ -14,0 +14,0 @@ "react": "^16.14.0 || ^17.0.0"

Sorry, the diff of this file is not supported yet

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