Socket
Socket
Sign inDemoInstall

@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.3 to 0.0.4

4

dist/index.cjs.js

@@ -16,3 +16,3 @@ 'use strict';

'data-kaakao-id': 'box',
'data-kaakao-v': '0.0.3'
'data-kaakao-v': '0.0.4'
};

@@ -23,5 +23,5 @@ }).withConfig({

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

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

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

@@ -8,3 +8,3 @@

'data-kaakao-id': 'box',
'data-kaakao-v': '0.0.3'
'data-kaakao-v': '0.0.4'
};

@@ -15,5 +15,5 @@ }).withConfig({

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

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

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

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