Socket
Socket
Sign inDemoInstall

styled-system

Package Overview
Dependencies
7
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.9 to 3.1.10

4

CHANGELOG.md
# Changelog
## v3.1.10 2018-10-10
- Convert numbers to pixels with keyed space values
## v3.1.9 2018-10-10

@@ -5,0 +9,0 @@

2

dist/index.cjs.js

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

if (!num(n)) {
return scale[n] || n;
return px(scale[n] || n);
}

@@ -244,0 +244,0 @@

@@ -193,3 +193,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

if (!num(n)) {
return scale[n] || n;
return px(scale[n] || n);
}

@@ -196,0 +196,0 @@

{
"name": "styled-system",
"version": "3.1.9",
"version": "3.1.10",
"description": "Responsive, theme-based style props for building design systems with React",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc