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

@styled-system/css

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@styled-system/css - npm Package Compare versions

Comparing version 5.0.17 to 5.0.19

2

dist/index.esm.js

@@ -124,3 +124,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

for (var key in styles) {
var value = styles[key];
var value = typeof styles[key] === 'function' ? styles[key](theme) : styles[key];
if (value == null) continue;

@@ -127,0 +127,0 @@

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

for (var key in styles) {
var value = styles[key];
var value = typeof styles[key] === 'function' ? styles[key](theme) : styles[key];
if (value == null) continue;

@@ -135,0 +135,0 @@

{
"name": "@styled-system/css",
"version": "5.0.17",
"version": "5.0.19",
"description": "Styled System for the `css` prop",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"license": "MIT",
"gitHead": "19d03a83040ada26b5c5cec366e73474463cb3d8",
"gitHead": "0177b4b55d3e72bffb1cbef0729c83802ff198be",
"publishConfig": {

@@ -21,0 +21,0 @@ "access": "public"

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