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

@globalbrain/sefirot

Package Overview
Dependencies
Maintainers
1
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalbrain/sefirot - npm Package Compare versions

Comparing version 0.26.1 to 0.27.0

lib/components/SLink.vue

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# [0.27.0](https://github.com/globalbrain/sefirot/compare/v0.26.1...v0.27.0) (2021-01-15)
### Features
* **link:** add link component ([0eb920c](https://github.com/globalbrain/sefirot/commit/0eb920cf1d9a6b3467ee0ebbac79322a81f61c8a))
* **tag:** add tag component ([50e488d](https://github.com/globalbrain/sefirot/commit/50e488db979e2c8ffa6d36d004291b00731a9f2e))
* **header:** add large size ([125a295](https://github.com/globalbrain/sefirot/commit/125a295a67292f5e762e323b2ec7ca3e769ebd42))
* **header:** add tags option ([96a32cb](https://github.com/globalbrain/sefirot/commit/96a32cbd7efc601e1a89e3424a2760708060fa8e))
## [0.26.1](https://github.com/globalbrain/sefirot/compare/v0.26.0...v0.26.1) (2021-01-15)

@@ -2,0 +11,0 @@

6

lib/composables/Header.ts
import { ComputedRef } from '@vue/composition-api'
import { Values } from '../types/Utils'
import { Action } from './Action'
import { Tag } from './Tag'
import { Dropdown, UseDropdownOptions, useDropdown } from './Dropdown'
export * from './Action'
export * from './Tag'

@@ -13,2 +15,3 @@ export interface Header {

actions?: Action[]
tags?: Tag[]
}

@@ -20,3 +23,4 @@

Small: 'small',
Medium: 'medium'
Medium: 'medium',
Large: 'large'
} as const

@@ -23,0 +27,0 @@

2

package.json
{
"name": "@globalbrain/sefirot",
"version": "0.26.1",
"version": "0.27.0",
"description": "Vue Components for Global Brain Design System.",

@@ -5,0 +5,0 @@ "files": [

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