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

@bbc/psammead-styles

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bbc/psammead-styles - npm Package Compare versions

Comparing version 4.4.2 to 4.4.3

1

CHANGELOG.md

@@ -6,2 +6,3 @@ # @bbc/psammead-styles Changelog

|---------|-------------|
| 4.4.3 | [PR#3707](https://github.com/bbc/psammead/pull/3707) fix propType errors |
| 4.4.2 | [PR#3660](https://github.com/bbc/psammead/pull/3660) Update C_LUNAR_LIGHT |

@@ -8,0 +9,0 @@ | 4.4.1 | [PR#3590](https://github.com/bbc/psammead/pull/3590) Add C_MIDNIGHT_BLACK |

2

package.json
{
"name": "@bbc/psammead-styles",
"version": "4.4.2",
"version": "4.4.3",
"description": "A collection of string constants for use in CSS, containing non-GEL styling details that are bespoke to specific BBC services and products.",

@@ -5,0 +5,0 @@ "repository": {

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

const typographyStory = typographyFunc => ({ text, script }) => (
const typographyStory = (typographyFunc, text, script) => (
<TypographyText script={script} typographyFunc={typographyFunc}>

@@ -39,5 +39,6 @@ {text}

typographyName.replace(/^get/, ''),
typographyStory(typographies[typographyName]),
({ text, script }) =>
typographyStory(typographies[typographyName], text, script),
{ notes, knobs: { escapeHTML: false } },
);
});
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