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.30 to 0.1.0

.babelrc

26

package.json

@@ -8,3 +8,3 @@ {

"recompose": "0.26.0",
"styled-components": "2.3.0",
"styled-components": "2.4.0",
"styled-normalize": "2.2.1"

@@ -20,5 +20,5 @@ },

"babel-preset-react": "6.24.1",
"browser-sync": "2.18.13",
"browser-sync": "2.23.3",
"gulp": "3.9.1",
"gulp-plumber": "1.1.0",
"gulp-plumber": "1.2.0",
"gulp-sass": "3.1.0",

@@ -28,9 +28,21 @@ "react-hot-loader": "3.1.2",

"webpack": "3.10.0",
"webpack-dev-server": "2.9.7"
"webpack-dev-server": "2.10.0"
},
"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.30"
}
"scripts": {
"build": "babel src --out-dir dist --no-comments && node scripts/prepare.js",
"clear": "rimraf dist",
"dist": "yarn clear && yarn build",
"prepublish": "yarn test",
"release": "cd ./dist && npm publish",
"start:demo": "webpack-dev-server",
"start:static": "gulp",
"start": "yarn start:demo",
"test": "exit 0",
"prepare": "yarn dist"
},
"version": "0.1.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