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

@titelmedia/bricks-interview

Package Overview
Dependencies
Maintainers
15
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 1.11.22 to 2.0.0

4

CHANGELOG.md

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

# [2.0.0](https://github.com/titel-media/bricks-lerna/compare/v1.11.27...v2.0.0) (2023-06-22)
**Note:** Version bump only for package @titelmedia/bricks-interview
## [1.11.22](https://github.com/titel-media/bricks-lerna/compare/v1.11.21...v1.11.22) (2023-05-26)

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

4

dist/index.js

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

ref: questionRef,
color: (fontColor === null || fontColor === void 0 ? void 0 : fontColor.hex) || fontColor || '#000000',
color: fontColor?.hex || fontColor || '#000000',
font: fontStyle === 'normal',

@@ -66,3 +66,3 @@ dangerouslySetInnerHTML: {

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

@@ -69,0 +69,0 @@ font: fontStyle === 'normal',

{
"name": "@titelmedia/bricks-interview",
"version": "1.11.22",
"version": "2.0.0",
"description": "> TODO: description",

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

"dependencies": {
"@titelmedia/bricks-theme": "^1.11.21",
"@titelmedia/bricks-utils": "^1.11.19"
"@titelmedia/bricks-theme": "^2.0.0",
"@titelmedia/bricks-utils": "^2.0.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "5.3.3"
},
"gitHead": "003abe75720f5143446155d779eed9ab483f119e"
"gitHead": "cc99e7238db49ff90624d25f73ca3af276223a20"
}

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