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

twreporter-react-footer-components

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twreporter-react-footer-components - npm Package Compare versions

Comparing version 1.0.3-beta.2 to 1.0.3-beta.3

16

lib/components/footer.js

@@ -226,3 +226,3 @@ 'use strict';

footerContentMaxWidth: {
mobile: 284,
mobile: 273,
desktop: 1440 },

@@ -237,3 +237,3 @@ sectionMargin: {

displayName: 'footer__FooterContainer',
componentId: 's1kf4dsh-0'
componentId: 's1bua550-0'
})(['box-sizing:border-box;width:100%;position:relative;background-color:', ';padding:', ';', ''], function (props) {

@@ -245,3 +245,3 @@ return (0, _theme.selectBgColor)(props.pageTheme);

displayName: 'footer__FooterContent',
componentId: 's1kf4dsh-1'
componentId: 's1bua550-1'
})(['max-width:', 'px;', ' margin:0 auto;box-sizing:border-box;position:relative;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;', ' align-items:flex-start;'], styles.footerContentMaxWidth.desktop, _styleUtils.screen.mobileOnly(_templateObject2, styles.footerContentMaxWidth.mobile), _styleUtils.screen.tabletAbove(_templateObject3));

@@ -251,3 +251,3 @@

displayName: 'footer__SectionContainer',
componentId: 's1kf4dsh-2'
componentId: 's1bua550-2'
})(['box-sizing:border-box;width:', ';', ' margin:', ';', ''], styles.sectionWidth.mobile, _styleUtils.screen.tabletAbove(_templateObject4, styles.sectionWidth.desktop), (0, _styleUtils.arrayToCssShorthand)(styles.sectionMargin.desktop), _styleUtils.screen.mobileOnly(_templateObject5, (0, _styleUtils.arrayToCssShorthand)(styles.sectionMargin.mobile)));

@@ -257,3 +257,3 @@

displayName: 'footer__SectionContent',
componentId: 's1kf4dsh-3'
componentId: 's1bua550-3'
})(['box-sizing:border-box;display:flex;flex-wrap:nowrap;flex-direction:column;', ' ', ''], _styleUtils.screen.tabletAbove(_templateObject6), _styleUtils.screen.mobileOnly(_templateObject7));

@@ -263,3 +263,3 @@

displayName: 'footer__SectionTitle',
componentId: 's1kf4dsh-4'
componentId: 's1bua550-4'
})(['svg{width:', 'px;height:', 'px;}'], styles.iconWidth, styles.iconHeight);

@@ -269,3 +269,3 @@

displayName: 'footer__SectionItems',
componentId: 's1kf4dsh-5'
componentId: 's1bua550-5'
})(['box-sizing:border-box;list-style-type:none;margin:0;padding:0;', ' a{cursor:pointer;color:', ';text-decoration:none;&:link,:active,:visited,:focus{color:', ';text-decoration:none;}&:hover{color:', ';text-decoration:underline;}}'], _styleUtils.screen.tabletAbove(_templateObject8), function (props) {

@@ -279,3 +279,3 @@ return (0, _theme.selectTextColor)(props.pageTheme);

displayName: 'footer__SectionItem',
componentId: 's1kf4dsh-6'
componentId: 's1bua550-6'
})(['display:block;box-sizing:border-box;height:', 'px;line-height:', 'px;letter-spacing:.3px;font-size:', ';'], styles.iconHeight, styles.iconHeight, _commonVariables.fonts.size.medium);

@@ -282,0 +282,0 @@

{
"name": "twreporter-react-footer-components",
"version": "1.0.3-beta.2",
"version": "1.0.3-beta.3",
"scripts": {

@@ -5,0 +5,0 @@ "build": "gulp build-package --color",

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