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

@corex/bulma

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corex/bulma - npm Package Compare versions

Comparing version 1.2.18 to 1.2.19

2

dist/Hero/index.js

@@ -7,3 +7,3 @@ import classnames from 'classnames';

import HeroHead from './HeroHead';
const Hero = ({ className, isColor, isFullHeightWithNavbar, isBold, ...restProps }) => (React.createElement(BulmaComponent, Object.assign({}, restProps, { elementClass: classnames('hero', {
const Hero = ({ isColor, isFullHeightWithNavbar, isBold, ...restProps }) => (React.createElement(BulmaComponent, Object.assign({}, restProps, { elementClass: classnames('hero', {
'is-bold': isBold

@@ -10,0 +10,0 @@ }, {

{
"name": "@corex/bulma",
"version": "1.2.18",
"version": "1.2.19",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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