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

@eaze/footer

Package Overview
Dependencies
Maintainers
35
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.17 to 3.0.18

3.0.18

10

dist/index.js

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

var Footer = /*#__PURE__*/(0, _reactEmotion2.default)('footer', {
target: 'css-sj29lh0'
target: 'css-1tv3ull0'
})('background-color:', _color2.default['accessory']['1'], ';color:white;padding:1rem;padding-bottom:5rem;');
var Content = /*#__PURE__*/(0, _reactEmotion2.default)('div', {
target: 'css-sj29lh1'
target: 'css-1tv3ull1'
})('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-sj29lh2'
target: 'css-1tv3ull2'
})('display:flex;flex-direction:column;margin-top:1rem;@media(max-width:767px){width:50%}');
var Link = /*#__PURE__*/(0, _reactEmotion2.default)('a', {
target: 'css-sj29lh3'
target: 'css-1tv3ull3'
})('margin-bottom:2rem;font-size:1.2rem;color:white;text-decoration:none;font-family:\'Open Sans\',Helvetica;');

@@ -96,3 +96,3 @@

Link,
{ href: 'https://www.eaze.com/blog' },
{ href: 'https://www.eaze.com/home' },
'Blog'

@@ -99,0 +99,0 @@ ),

{
"name": "@eaze/footer",
"version": "3.0.17",
"version": "3.0.18",
"description": "Footer component",

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

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

text-decoration: none;
font-family: 'Open Sans', Helvetica;
font-family: 'Open Sans', Helvetica;
`

@@ -61,3 +61,3 @@

<Link href='https://www.eaze.com/contact'>Contact Us</Link>
<Link href='https://www.eaze.com/blog'>Blog</Link>
<Link href='https://www.eaze.com/home'>Blog</Link>
<Link href='https://www.eaze.com/press'>Press</Link>

@@ -64,0 +64,0 @@ </Section>

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