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

@eaze/footer

Package Overview
Dependencies
Maintainers
26
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 2.0.2 to 2.0.3

19

dist/index.js

@@ -9,7 +9,2 @@ 'use strict';

var _templateObject = _taggedTemplateLiteral(['\n background-color: ', ';\n color: white;\n padding: 1rem;\n padding-bottom: 5rem;\n'], ['\n background-color: ', ';\n color: white;\n padding: 1rem;\n padding-bottom: 5rem;\n']),
_templateObject2 = _taggedTemplateLiteral(['\n max-width: 78rem;\n margin: 0 auto;\n display: flex;\n flex-wrap: wrap;\n justify-content: space-around;\n\n @media(max-width: 767px) {\n justify-content: flex-start;\n }\n'], ['\n max-width: 78rem;\n margin: 0 auto;\n display: flex;\n flex-wrap: wrap;\n justify-content: space-around;\n\n @media(max-width: 767px) {\n justify-content: flex-start;\n }\n']),
_templateObject3 = _taggedTemplateLiteral(['\n display: flex;\n flex-direction: column;\n margin-top: 1rem;\n\n @media(max-width: 767px) {\n width: 50%\n }\n'], ['\n display: flex;\n flex-direction: column;\n margin-top: 1rem;\n\n @media(max-width: 767px) {\n width: 50%\n }\n']),
_templateObject4 = _taggedTemplateLiteral(['\n margin-bottom: 2rem;\n font-size: 1.2rem;\n color: white;\n text-decoration: none;\n font-family: \'Open Sans\', Helvetica;\n'], ['\n margin-bottom: 2rem;\n font-size: 1.2rem;\n color: white;\n text-decoration: none;\n font-family: \'Open Sans\', Helvetica;\n']);
var _react = require('react');

@@ -19,5 +14,5 @@

var _styledComponents = require('styled-components');
var _reactEmotion = require('react-emotion');
var _styledComponents2 = _interopRequireDefault(_styledComponents);
var _reactEmotion2 = _interopRequireDefault(_reactEmotion);

@@ -36,12 +31,10 @@ var _color = require('@eaze/color');

function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
var Footer = /*#__PURE__*/(0, _reactEmotion2.default)('footer')('background-color:', _color2.default['accessory']['1'], ';color:white;padding:1rem;padding-bottom:5rem;');
var Footer = _styledComponents2.default.footer(_templateObject, _color2.default['accessory']['1']);
var Content = /*#__PURE__*/(0, _reactEmotion2.default)('div')('max-width:78rem;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-around;@media(max-width:767px){justify-content:flex-start;}');
var Content = _styledComponents2.default.div(_templateObject2);
var Section = /*#__PURE__*/(0, _reactEmotion2.default)('div')('display:flex;flex-direction:column;margin-top:1rem;@media(max-width:767px){width:50%}');
var Section = _styledComponents2.default.div(_templateObject3);
var Link = /*#__PURE__*/(0, _reactEmotion2.default)('a')('margin-bottom:2rem;font-size:1.2rem;color:white;text-decoration:none;font-family:\'Open Sans\',Helvetica;');
var Link = _styledComponents2.default.a(_templateObject4);
var FooterComponent = function (_PureComponent) {

@@ -48,0 +41,0 @@ _inherits(FooterComponent, _PureComponent);

{
"name": "@eaze/footer",
"version": "2.0.2",
"version": "2.0.3",
"description": "Footer component",

@@ -24,2 +24,3 @@ "main": "dist/index.js",

"babel-core": "~6.25.0",
"babel-plugin-emotion": "~8.0.9",
"babel-preset-es2015": "~6.24.1",

@@ -31,6 +32,7 @@ "babel-preset-react": "~6.24.1",

"@eaze/color": "^1.0.1",
"emotion": "~8.0.9",
"prop-types": "~15.5.10",
"react": "~16.0.0",
"react-dom": "~16.0.0",
"styled-components": "~1.4.6"
"react-emotion": "~8.0.9"
},

@@ -37,0 +39,0 @@ "publishConfig": {

import React, { PureComponent } from 'react'
import styled from 'styled-components'
import styled from 'react-emotion'
import Colors from '@eaze/color'

@@ -4,0 +4,0 @@

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