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

brainly-style-guide

Package Overview
Dependencies
Maintainers
7
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brainly-style-guide - npm Package Compare versions

Comparing version 157.1.0 to 157.1.1

3

commonjs/components/flash-messages/FlashMessage.js

@@ -47,3 +47,4 @@ "use strict";

color: "default",
weight: "bold"
weight: "bold",
align: "to-center"
}, text)));

@@ -50,0 +51,0 @@ };

@@ -29,3 +29,4 @@ import _extends from "@babel/runtime/helpers/esm/extends";

color: "default",
weight: "bold"
weight: "bold",
align: "to-center"
}, text)));

@@ -32,0 +33,0 @@ };

{
"name": "brainly-style-guide",
"version": "157.1.0",
"version": "157.1.1",
"description": "Brainly Front-End Style Guide",

@@ -5,0 +5,0 @@ "repository": "https://github.com/brainly/style-guide.git",

@@ -40,3 +40,3 @@ // @flow strict

<div className={messageClass}>
<Text size="small" color="default" weight="bold">
<Text size="small" color="default" weight="bold" align="to-center">
{text}

@@ -43,0 +43,0 @@ </Text>

@@ -37,4 +37,3 @@ import React from 'react';

fullWidth
color={SEARCH_COLOR.LIGHT}
adaptiveIco
color={SEARCH_COLOR.WHITE}
/>

@@ -41,0 +40,0 @@ </HeaderMiddle>

@@ -51,4 +51,3 @@ import React from 'react';

fullWidth
color={SEARCH_COLOR.LIGHT}
adaptiveIco
color={SEARCH_COLOR.WHITE}
/>

@@ -55,0 +54,0 @@ </HeaderMiddle>

@@ -46,4 +46,3 @@ import React from 'react';

fullWidth
color={SEARCH_COLOR.LIGHT}
adaptiveIco
color={SEARCH_COLOR.WHITE}
/>

@@ -50,0 +49,0 @@ </HeaderMiddle>

@@ -59,3 +59,3 @@ import React from 'react';

<ContentBoxActions>
<Button type="primary-blue" wide>
<Button type="primary-blue" fullWidth>
Ask your question

@@ -62,0 +62,0 @@ </Button>

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