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

@elvia/elvis-breadcrumb

Package Overview
Dependencies
Maintainers
6
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elvia/elvis-breadcrumb - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

dist/cdn/elvia-breadcrumb.js

6

CHANGELOG.md
# Elvia Breadcrumbs
## 1.2.1 (07.01.22)
### Patch
- Updated tokens declarations
## 1.2.0 (05.01.21)

@@ -4,0 +10,0 @@

2

dist/react/js/declarations.d.ts
declare module '*';
declare module '@elvia/elvis-colors';
declare module '@elvia/elvis-typography';

@@ -7,3 +7,3 @@ /*

import { getColor } from '@elvia/elvis-colors';
import ElviaTypography from '@elvia/elvis-typography';
import { getTypography } from '@elvia/elvis-typography';
const colors = {

@@ -15,3 +15,3 @@ elviaCharge: getColor('elvia-charge'),

const typography = {
textSm: ElviaTypography['text-sm']
textSm: getTypography('text-sm')
};

@@ -18,0 +18,0 @@ export const EWCBreadcrumbWrapper = styled.div.withConfig({

{
"name": "@elvia/elvis-breadcrumb",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -13,6 +13,6 @@ "license": "MIT",

"@elvia/elvis-component-wrapper": "^2.1.6",
"@elvia/elvis-colors": "^1.1.0",
"@elvia/elvis-typography": "^1.1.0",
"@elvia/elvis-colors": "^1.2.0",
"@elvia/elvis-typography": "^1.2.0",
"styled-components": "^5.3.3"
}
}
declare module '*';
declare module '@elvia/elvis-colors';
declare module '@elvia/elvis-typography';

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