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

@styled-system/space

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@styled-system/space - npm Package Compare versions

Comparing version 5.0.15 to 5.0.16

2

dist/index.esm.js

@@ -126,3 +126,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); }

export var padding = system(configs.padding);
export var space = system(_extends({}, configs.margin, configs.padding));
export var space = system(_extends({}, configs.margin, {}, configs.padding));
export default space;

@@ -134,5 +134,5 @@ "use strict";

exports.padding = padding;
var space = (0, _core.system)(_extends({}, configs.margin, configs.padding));
var space = (0, _core.system)(_extends({}, configs.margin, {}, configs.padding));
exports.space = space;
var _default = space;
exports["default"] = _default;
{
"name": "@styled-system/space",
"version": "5.0.15",
"version": "5.0.16",
"main": "dist/index.js",

@@ -8,5 +8,5 @@ "module": "dist/index.esm.js",

"license": "MIT",
"gitHead": "b5a2fad93c1d8a21e9669270167e750890249c46",
"gitHead": "ba90b18c253dbce67125fb2ba65776ccfde68a9b",
"dependencies": {
"@styled-system/core": "^5.0.15"
"@styled-system/core": "^5.0.16"
},

@@ -13,0 +13,0 @@ "publishConfig": {

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