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.0.6 to 0.0.7

.babelrc

17

package.json

@@ -5,3 +5,3 @@ {

"gulp-concat": "2.6.1",
"react": "16.0.0",
"react": "16.1.1",
"react-dom": "16.0.0",

@@ -29,6 +29,15 @@ "styled-components": "2.2.3",

"license": "GPL-3.0",
"main": "./index.js",
"main": "./dist/index.js",
"name": "@wireapp/react-ui-kit",
"repository": "https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit",
"version": "0.0.6"
}
"scripts": {
"clear": "rimraf dist",
"dist": "yarn clear && yarn babel src --out-dir dist --no-comments && node scripts/prepare.js",
"start": "yarn start:demo",
"start:static": "gulp",
"start:demo": "webpack-dev-server",
"version": "yarn dist",
"publish": "cd ./dist && npm publish"
},
"version": "0.0.7"
}
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