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.18 to 0.0.19

.babelrc

18

package.json

@@ -28,6 +28,18 @@ {

"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.18"
}
"scripts": {
"build": "babel src --out-dir dist --no-comments && node scripts/prepare.js",
"clear": "rimraf dist",
"dist": "yarn clear && yarn build",
"preversion": "yarn && yarn test",
"publish": "cd ./dist && npm publish",
"start:demo": "webpack-dev-server",
"start:static": "gulp",
"start": "yarn start:demo",
"test": "exit 0",
"version": "yarn dist"
},
"version": "0.0.19"
}
Form/Button.js
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