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

@titelmedia/bricks-interview

Package Overview
Dependencies
Maintainers
11
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titelmedia/bricks-interview - npm Package Compare versions

Comparing version 2.1.29 to 2.1.31

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [2.1.31](https://github.com/titel-media/bricks-lerna/compare/v2.1.30...v2.1.31) (2024-02-16)
**Note:** Version bump only for package @titelmedia/bricks-interview
## [2.1.29](https://github.com/titel-media/bricks-lerna/compare/v2.1.28...v2.1.29) (2023-12-07)

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

4

dist/index.js

@@ -59,3 +59,3 @@ "use strict";

ref: questionRef,
color: (fontColor === null || fontColor === void 0 ? void 0 : fontColor.hex) || fontColor,
color: fontColor?.hex || fontColor,
bold: questionFontWeight === 'bold',

@@ -68,3 +68,3 @@ questionFontStyle: questionFontStyle,

ref: answerRef,
color: (fontColor === null || fontColor === void 0 ? void 0 : fontColor.hex) || fontColor,
color: fontColor?.hex || fontColor,
bold: answerFontWeight === 'bold',

@@ -71,0 +71,0 @@ answerFontStyle: answerFontStyle,

{
"name": "@titelmedia/bricks-interview",
"version": "2.1.29",
"version": "2.1.31",
"description": "> TODO: description",

@@ -23,3 +23,3 @@ "author": "highsnob",

"dependencies": {
"@titelmedia/bricks-theme": "^2.1.29",
"@titelmedia/bricks-theme": "^2.1.31",
"@titelmedia/bricks-utils": "^2.0.0"

@@ -32,3 +32,3 @@ },

},
"gitHead": "c4dfaee97ef7fcc050957b61ae81a3bb053d26c3"
"gitHead": "ecfa0a44cd25544793f0542e4d546eb0f7e43721"
}

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