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

jobiqo-cl

Package Overview
Dependencies
Maintainers
1
Versions
546
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jobiqo-cl - npm Package Compare versions

Comparing version 0.1.31 to 0.1.32

5

lib/components/molecules/layout/box/index.js

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

})(['padding:', ';margin-top:', ';background:', ';border:', ' ', ' ', ';border-radius:', ';'], function (props) {
return props.theme.box.padding;
return props.padding ? props.padding : props.theme.box.padding;
}, function (props) {

@@ -55,3 +55,4 @@ return props.theme.box.marginTop;

var children = _ref.children,
label = _ref.label;
label = _ref.label,
padding = _ref.padding;

@@ -58,0 +59,0 @@ return _react2.default.createElement(

2

lib/components/organisms/job/teaser/index.js

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

displayName: 'teaser__StyledJobTeaserWrapper'
})(['padding:1.5rem;border:1px solid ', ';display:flex;&:hover{background:', ';}.image{margin-right:1rem;img{max-width:8rem;border-radius:4px;}}.title{color:', ';font-weight:600;}.info{display:flex;margin-bottom:0.5rem;}.company,.location{margin-right:0.5rem;color:', '}.occupation,.description{color:', '}'], function (props) {
})(['padding:1.5rem;border:1px solid ', ';display:flex;&:hover{background:', ';}.image{margin-right:1rem;img{max-width:8rem;border-radius:4px;}}.title{color:', ';font-weight:600;text-decoration:none;}.info{display:flex;margin-bottom:0.5rem;}.company,.location{margin-right:0.5rem;color:', ';text-decoration:none;}.occupation,.description{color:', ';text-decoration:none;}'], function (props) {
return props.theme.color.gray0;

@@ -23,0 +23,0 @@ }, function (props) {

{
"name": "jobiqo-cl",
"version": "0.1.31",
"version": "0.1.32",
"description": "",

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

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