Socket
Socket
Sign inDemoInstall

@chakra-ui/styled-system

Package Overview
Dependencies
Maintainers
3
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/styled-system - npm Package Compare versions

Comparing version 0.0.0-dev-20230424222806 to 0.0.0-dev-20230424225650

4

dist/index.js

@@ -1449,2 +1449,4 @@ "use strict";

walkObject(tokens2, (value, path) => {
if (value == null)
return;
result[path.join(".")] = { isSemantic: false, value };

@@ -1455,2 +1457,4 @@ });

(value, path) => {
if (value == null)
return;
result[path.join(".")] = { isSemantic: true, value };

@@ -1457,0 +1461,0 @@ },

4

package.json
{
"name": "@chakra-ui/styled-system",
"version": "0.0.0-dev-20230424222806",
"version": "0.0.0-dev-20230424225650",
"description": "Style function for css-in-js building component libraries",

@@ -47,3 +47,3 @@ "keywords": [

"@chakra-ui/merge-utils": "2.0.7",
"@chakra-ui/object-utils": "0.0.0-dev-20230424222806"
"@chakra-ui/object-utils": "0.0.0-dev-20230424225650"
},

@@ -50,0 +50,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

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