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

@semcore/flex-box

Package Overview
Dependencies
Maintainers
1
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/flex-box - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [3.5.1] - 2020-01-15
### Fixed
- Возвращены обратно единицы измерения отступов в px(были в rem)
## [3.5.0] - 2019-12-26

@@ -7,0 +13,0 @@

4

lib/index.es.js

@@ -47,3 +47,3 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';

if (indent >= 1 || indent <= -1) {
return "".concat(indent * scaleIndent, "rem");
return "".concat(indent * scaleIndent, "px");
}

@@ -113,3 +113,3 @@

Box.defaultProps = {
scaleIndent: 0.333
scaleIndent: 4
};

@@ -116,0 +116,0 @@ var Box$1 = React.memo(Box);

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

if (indent >= 1 || indent <= -1) {
return "".concat(indent * scaleIndent, "rem");
return "".concat(indent * scaleIndent, "px");
}

@@ -119,3 +119,3 @@

Box.defaultProps = {
scaleIndent: 0.333
scaleIndent: 4
};

@@ -122,0 +122,0 @@ var Box$1 = React.memo(Box);

{
"name": "@semcore/flex-box",
"description": "SEMRush FlexBox Component",
"version": "3.5.0",
"version": "3.5.1",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "lib/index.es.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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