Socket
Socket
Sign inDemoInstall

styled-system

Package Overview
Dependencies
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-system - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

4

dist/styles.js

@@ -148,5 +148,5 @@ 'use strict';

var ratio = exports.ratio = function ratio(props) {
return (0, _extends3.default)({
return props.ratio ? (0, _extends3.default)({
height: 0
}, ratioPadding(props));
}, ratioPadding(props)) : null;
};

@@ -153,0 +153,0 @@ ratio.propTypes = (0, _extends3.default)({}, ratioPadding.propTypes);

{
"name": "styled-system",
"version": "2.2.2",
"version": "2.2.3",
"description": "Design system utilities for styled-components, glamorous, and other css-in-js libraries",

@@ -5,0 +5,0 @@ "main": "dist/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