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

@titelmedia/bricks-credits

Package Overview
Dependencies
Maintainers
11
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titelmedia/bricks-credits - npm Package Compare versions

Comparing version 0.4.32 to 0.4.58

8

CHANGELOG.md

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

## [0.4.58](https://github.com/titel-media/bricks-lerna/compare/v0.4.57...v0.4.58) (2022-02-25)
**Note:** Version bump only for package @titelmedia/bricks-credits
## [0.4.32](https://github.com/titel-media/bricks-lerna/compare/v0.4.31...v0.4.32) (2022-02-09)

@@ -8,0 +16,0 @@

4

dist/index.js

@@ -19,3 +19,5 @@ "use strict";

}) => {
return _react.default.createElement(_styles.Wrapper, null, _react.default.createElement(_styles.Container, null, _react.default.createElement(_bricksTheme.default, null), creditsTexts.map(creditsText => _react.default.createElement(CreditsText, {
return _react.default.createElement(_styles.Wrapper, {
className: "credits-container"
}, _react.default.createElement(_styles.Container, null, _react.default.createElement(_bricksTheme.default, null), creditsTexts.map(creditsText => _react.default.createElement(CreditsText, {
key: creditsText.id,

@@ -22,0 +24,0 @@ category: creditsText.category,

@@ -25,3 +25,2 @@ "use strict";

})}
border-top: 2px solid gray;
padding: 20px;

@@ -28,0 +27,0 @@ `;

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

return (
<Wrapper>
<Wrapper className="credits-container">
<Container>

@@ -10,0 +10,0 @@ <GlobalFonts />

@@ -15,3 +15,2 @@ import styled from 'styled-components';

${setContainer({ size: 'lg' })}
border-top: 2px solid gray;
padding: 20px;

@@ -18,0 +17,0 @@ `;

{
"name": "@titelmedia/bricks-credits",
"version": "0.4.32",
"version": "0.4.58",
"description": "> TODO: description",

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

},
"gitHead": "4cdd68f740bafd23b6504f09d439d6abdce1a8aa"
"gitHead": "99a91b5289b7ad226d564b44529ed692023d9de5"
}

Sorry, the diff of this file is not supported yet

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