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.11.1

dist/ExternalLink/ExternalLink.js

8

CHANGELOG.md

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

<a name="0.11.1"></a>
## [0.11.1](https://github.com/hooroo/roo-ui/compare/v0.11.0...v0.11.1) (2018-05-14)
**Note:** Version bump only for package @roo-ui/components
<a name="0.11.0"></a>

@@ -8,0 +16,0 @@ # [0.11.0](https://github.com/hooroo/roo-ui/compare/v0.10.0...v0.11.0) (2018-05-14)

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

var _ExternalLink = require('./ExternalLink');
Object.defineProperty(exports, 'ExternalLink', {
enumerable: true,
get: function () {
function get() {
return _interopRequireDefault(_ExternalLink)['default'];
}
return get;
}()
});
var _BlockLink = require('./BlockLink');

@@ -163,0 +176,0 @@

2

package.json
{
"name": "@roo-ui/components",
"version": "0.11.0",
"version": "0.11.1",
"main": "dist/index.js",

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

@@ -13,2 +13,3 @@ export { default as BackgroundImage } from './BackgroundImage';

export { default as Link } from './Link';
export { default as ExternalLink } from './ExternalLink';
export { default as BlockLink } from './BlockLink';

@@ -15,0 +16,0 @@ export { default as OutlineButton } from './OutlineButton';