New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@roo-ui/components

Package Overview
Dependencies
Maintainers
2
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roo-ui/components - npm Package Compare versions

Comparing version

to
0.15.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.15.3"></a>
## [0.15.3](https://github.com/hooroo/roo-ui/compare/v0.15.2...v0.15.3) (2018-05-16)
### Bug Fixes
* incorrect export in Paragraph ([#44](https://github.com/hooroo/roo-ui/issues/44)) ([3f085f8](https://github.com/hooroo/roo-ui/commit/3f085f8))
<a name="0.15.2"></a>

@@ -8,0 +19,0 @@ ## [0.15.2](https://github.com/hooroo/roo-ui/compare/v0.15.1...v0.15.2) (2018-05-16)

6

dist/Paragraph/Paragraph.js

@@ -15,7 +15,7 @@ Object.defineProperty(exports, "__esModule", {

Paragraph.defaultProps = {
Paragraph.defaultProps = Object.assign({}, _.Text.defaultProps, {
m: 0,
mb: 2
};
});
exports['default'] = _.Text;
exports['default'] = Paragraph;
{
"name": "@roo-ui/components",
"version": "0.15.2",
"version": "0.15.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -7,2 +7,3 @@ import tag from 'clean-tag';

Paragraph.defaultProps = {
...Text.defaultProps,
m: 0,

@@ -12,2 +13,2 @@ mb: 2,

export default Text;
export default Paragraph;

Sorry, the diff of this file is not supported yet