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 4.2.1 to 4.2.2

8

CHANGELOG.md

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

## v4.2.2 2019-05-08
- Fix for `merge` utility #483
## v4.2.1 2019-05-04
- Fix build
## v4.2.0 2019-05-04

@@ -7,0 +15,0 @@

2

dist/index.cjs.js

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

for (var _key2 in b) {
if (!a[_key2]) {
if (!a[_key2] || typeof a[_key2] !== 'object') {
result[_key2] = b[_key2];

@@ -104,0 +104,0 @@ } else {

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

for (var _key2 in b) {
if (!a[_key2]) {
if (!a[_key2] || typeof a[_key2] !== 'object') {
result[_key2] = b[_key2];

@@ -67,0 +67,0 @@ } else {

{
"name": "styled-system",
"version": "4.2.1",
"version": "4.2.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc