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

@brightspace-ui/core

Package Overview
Dependencies
Maintainers
3
Versions
1436
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui/core - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

components/button/floating-buttons.js

@@ -134,3 +134,3 @@ import '../colors/colors.js';

this._floating = this._shouldFloat();
if (!this._floating) {
if (!this._floating || !this.offsetParent) {
return;

@@ -137,0 +137,0 @@ }

@@ -5,3 +5,3 @@ export function fixSvg(svg) {

fills.forEach((fill) => {
if (fill.getAttribute('fill') !== 'none') fill.removeAttribute('fill');
if (fill.getAttribute('fill').toLowerCase() === '#494c4e') fill.removeAttribute('fill');
});

@@ -8,0 +8,0 @@

{
"name": "@brightspace-ui/core",
"version": "1.2.0",
"version": "1.2.1",
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",

@@ -5,0 +5,0 @@ "repository": "https://github.com/BrightspaceUI/core.git",

# core
[![NPM version](https://img.shields.io/npm/v/@brightspace-ui/core.svg)](https://www.npmjs.org/package/@brightspace-ui/core)
[![NPM downloads](https://img.shields.io/npm/dt/@brightspace-ui/core.svg)](https://www.npmjs.com/package/@brightspace-ui/core)
[![Greenkeeper badge](https://badges.greenkeeper.io/BrightspaceUI/core.svg)](https://greenkeeper.io/)

@@ -5,0 +6,0 @@

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