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 0.1.14 to 1.0.0

16

CHANGELOG.md

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

<a name="1.0.0"></a>
# [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)
### Code Refactoring
* **react-ui-kit:** Remove import aliases ([#257](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/issues/257)) ([b2cb1f8](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/commit/b2cb1f8))
### BREAKING CHANGES
* **react-ui-kit:** - Removed react-ui-kit aliases. Imports of subpackages in the form `...from '@wireapp/react-ui-kit/<subpackage>';` will not be functional anymore. Use `...from '@wireapp/react-ui-kit';` instead.
<a name="0.1.14"></a>

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

16

package.json

@@ -29,14 +29,6 @@ {

"license": "GPL-3.0",
"main": "./index.js",
"main": "./dist/index.js",
"files": [
"dist",
"README.md",
"index.js",
"Form.js",
"Icon.js",
"Identity.js",
"Layout.js",
"Modal.js",
"Progress.js",
"Text.js"
"README.md"
],

@@ -46,3 +38,3 @@ "name": "@wireapp/react-ui-kit",

"scripts": {
"build": "babel alias --out-dir ./ --no-comments && babel src --out-dir dist --no-comments",
"build": "babel src --out-dir dist --no-comments",
"clear": "rimraf dist",

@@ -56,3 +48,3 @@ "dist": "yarn clear && yarn build",

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