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

@4c/layout

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4c/layout - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.0.2](https://github.com/4Catalyzer/layout/compare/v2.0.1...v2.0.2) (2020-01-29)
### Bug Fixes
* grow being ignored ([c979771](https://github.com/4Catalyzer/layout/commit/c979771f4de79c2d8776daed06e8e1726aca393e))
## [2.0.1](https://github.com/4Catalyzer/layout/compare/v2.0.0...v2.0.1) (2020-01-28)

@@ -2,0 +9,0 @@

4

es/index.js

@@ -101,3 +101,3 @@ import "./Layout.css";

if (grow && flexValue != null) {
if (grow && flexValue == null) {
flexValue = '1 0 auto';

@@ -140,3 +140,3 @@ }

if (grow && flexValue != null) {
if (grow && flexValue == null) {
flexValue = '1 0 auto';

@@ -143,0 +143,0 @@ }

@@ -106,3 +106,3 @@ "use strict";

if (grow && flexValue != null) {
if (grow && flexValue == null) {
flexValue = '1 0 auto';

@@ -145,3 +145,3 @@ }

if (grow && flexValue != null) {
if (grow && flexValue == null) {
flexValue = '1 0 auto';

@@ -148,0 +148,0 @@ }

{
"name": "@4c/layout",
"version": "2.0.1",
"version": "2.0.2",
"files": [

@@ -5,0 +5,0 @@ "lib",

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