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

@eaze/footer

Package Overview
Dependencies
Maintainers
38
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/footer - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

13

dist/index.js

@@ -32,15 +32,15 @@ 'use strict';

var Footer = /*#__PURE__*/(0, _reactEmotion2.default)('footer', {
target: 'css-194bbfc0'
target: 'css-di5zxu0'
})('background-color:', _color2.default['accessory']['1'], ';color:white;padding:1rem;padding-bottom:5rem;');
var Content = /*#__PURE__*/(0, _reactEmotion2.default)('div', {
target: 'css-194bbfc1'
target: 'css-di5zxu1'
})('max-width:78rem;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-around;a,a:link,a:visited,a:active{color:white;}@media(max-width:767px){justify-content:flex-start;}');
var Section = /*#__PURE__*/(0, _reactEmotion2.default)('div', {
target: 'css-194bbfc2'
target: 'css-di5zxu2'
})('display:flex;flex-direction:column;margin-top:1rem;@media(max-width:767px){width:50%}');
var Link = /*#__PURE__*/(0, _reactEmotion2.default)('a', {
target: 'css-194bbfc3'
target: 'css-di5zxu3'
})('margin-bottom:2rem;font-size:1.2rem;color:white;text-decoration:none;font-family:\'Open Sans\',Helvetica;');

@@ -136,2 +136,7 @@

'Privacy policy'
),
_react2.default.createElement(
Link,
{ href: 'https://www.eaze.com/referral-program-rules' },
'Referral Program Rules'
)

@@ -138,0 +143,0 @@ )

{
"name": "@eaze/footer",
"version": "3.0.10",
"version": "3.0.11",
"description": "Footer component",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -71,2 +71,3 @@ import React, { PureComponent } from 'react'

<Link href='https://www.eaze.com/privacy-policy'>Privacy policy</Link>
<Link href='https://www.eaze.com/referral-program-rules'>Referral Program Rules</Link>
</Section>

@@ -73,0 +74,0 @@ </Content>

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