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.3 to 5.0.4

2

dist/index.esm.js

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

var absolute = Math.abs(n);
var value = get(scale, absolute);
var value = get(scale, absolute, absolute);

@@ -22,0 +22,0 @@ if (!isNumber(value)) {

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

var absolute = Math.abs(n);
var value = (0, _core.get)(scale, absolute);
var value = (0, _core.get)(scale, absolute, absolute);

@@ -28,0 +28,0 @@ if (!isNumber(value)) {

{
"name": "@styled-system/space",
"version": "5.0.3",
"version": "5.0.4",
"main": "dist/index.js",

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

"license": "MIT",
"gitHead": "25c6e4d49f6b9e3154a59a5a3f4ed1a463ee27f7",
"gitHead": "e29764e7f332cc019697d6100b5f67e2058f84ba",
"dependencies": {
"@styled-system/core": "^5.0.3"
"@styled-system/core": "^5.0.4"
},

@@ -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