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 4.0.5 to 4.0.6

4

CHANGELOG.md

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

## v4.0.6 2019-03-21
- Changes source order in `borders` #429
## v4.0.5 2019-03-15

@@ -7,0 +11,0 @@

2

dist/index.cjs.js

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

exports.borderRadius = borderRadius;
var borders = compose(border, borderStyle, borderWidth, borderColor, borderTop, borderRight, borderBottom, borderLeft, borderRadius);
var borders = compose(border, borderTop, borderRight, borderBottom, borderLeft, borderWidth, borderStyle, borderColor, borderRadius);
exports.borders = borders;

@@ -611,0 +611,0 @@ var boxShadow = style({

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

});
export var borders = compose(border, borderStyle, borderWidth, borderColor, borderTop, borderRight, borderBottom, borderLeft, borderRadius);
export var borders = compose(border, borderTop, borderRight, borderBottom, borderLeft, borderWidth, borderStyle, borderColor, borderRadius);
export var boxShadow = style({

@@ -495,0 +495,0 @@ prop: 'boxShadow',

{
"name": "styled-system",
"version": "4.0.5",
"version": "4.0.6",
"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