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 1.1.0 to 1.1.1

1

CHANGELOG.md

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

|---------|-------------|
| 1.1.1 | [PR#769](https://github.com/bbc/psammead/pull/769) Fix stories not appearing in storybook when using `install:packages:link` |
| 1.1.0 | [PR#764](https://github.com/bbc/psammead/pull/764) Add function to get serif bold font |

@@ -8,0 +9,0 @@ | 1.0.1 | [PR#677](https://github.com/bbc/psammead/pull/677) Use `@bbc/gel-foundations@3.0.0` |

4

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

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

"@bbc/gel-foundations": "^3.0.0",
"@bbc/psammead-storybook-helpers": "^2.1.1",
"@bbc/psammead-storybook-helpers": "^3.0.0",
"@bbc/psammead-test-helpers": "^0.3.0"
}
}

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

const typographyStory = typographyFunc =>
inputProvider([{ name: 'sample text' }], ([text], script) => (
inputProvider([{ name: 'sample text' }], ({ slotTexts: [text], script }) => (
<TypographyText script={script} typographyFunc={typographyFunc}>

@@ -27,0 +27,0 @@ {text}

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