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

@kaakao-ui/box

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaakao-ui/box - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/index.cjs.js

@@ -22,5 +22,5 @@ 'use strict';

})(["", ""], function (props) {
return styledMixins.Margin(props);
return styledMixins.Space(props);
});
exports.Box = Box;

@@ -1,2 +0,2 @@

import { Margin } from '@kaakao-ui/styled-mixins';
import { Space } from '@kaakao-ui/styled-mixins';
import styled from 'styled-components';

@@ -14,5 +14,5 @@

})(["", ""], function (props) {
return Margin(props);
return Space(props);
});
export { Box };
{
"name": "@kaakao-ui/box",
"version": "0.0.4",
"version": "0.0.5",
"description": "Box is the most abstract Kaakao-UI layout component.",

@@ -23,3 +23,3 @@ "license": "MIT",

"dependencies": {
"@kaakao-ui/styled-mixins": "^0.0.6"
"@kaakao-ui/styled-mixins": "^0.0.7"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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