Socket
Socket
Sign inDemoInstall

@wireapp/react-ui-kit

Package Overview
Dependencies
Maintainers
8
Versions
746
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/react-ui-kit - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/Icon/DeviceIcon.js

8

CHANGELOG.md

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

<a name="1.0.1"></a>
## [1.0.1](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/compare/@wireapp/react-ui-kit@1.0.0...@wireapp/react-ui-kit@1.0.1) (2018-02-15)
**Note:** Version bump only for package @wireapp/react-ui-kit
<a name="1.0.0"></a>

@@ -8,0 +16,0 @@ # [1.0.0](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/compare/@wireapp/react-ui-kit@0.1.14...@wireapp/react-ui-kit@1.0.0) (2018-02-15)

7

dist/Form/RoundIconButton.js

@@ -48,3 +48,4 @@ 'use strict';

PROFILE: 'profile',
TEAM: 'team'
TEAM: 'team',
TRASH: 'trash'
};

@@ -86,2 +87,6 @@

}
case ICON_NAME.TRASH:
{
return _react2.default.createElement(_Icon.TrashIcon, { color: iconColor, height: iconHeight, width: iconWidth });
}
case ICON_NAME.ARROW:

@@ -88,0 +93,0 @@ default:

@@ -43,2 +43,14 @@ 'use strict';

var _DeviceIcon = require('./DeviceIcon');
Object.keys(_DeviceIcon).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _DeviceIcon[key];
}
});
});
var _PlaneIcon = require('./PlaneIcon');

@@ -80,2 +92,14 @@

var _TrashIcon = require('./TrashIcon');
Object.keys(_TrashIcon).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _TrashIcon[key];
}
});
});
var _RoundContainer = require('./RoundContainer');

@@ -82,0 +106,0 @@

2

package.json

@@ -46,3 +46,3 @@ {

},
"version": "1.0.0"
"version": "1.0.1"
}
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