Socket
Socket
Sign inDemoInstall

@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 2.0.3 to 2.0.4

3

dist.js

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

});
exports["default"] = exports.css = exports.responsive = void 0;
exports["default"] = exports.css = exports.responsive = exports.get = void 0;

@@ -38,2 +38,3 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

exports.get = get;
var defaultBreakpoints = [40, 52, 64].map(function (n) {

@@ -40,0 +41,0 @@ return n + 'em';

// based on https://github.com/developit/dlv
const get = (obj, key = '', def, p, undef) => {
export const get = (obj, key = '', def, p, undef) => {
key = key.split ? key.split('.') : [key]

@@ -4,0 +4,0 @@ for (p = 0; p < key.length; p++) {

{
"name": "@styled-system/css",
"version": "2.0.3",
"version": "2.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist.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