Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@the-control-group/ui

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-control-group/ui - npm Package Compare versions

Comparing version 0.14.3 to 1.0.0

lib/elements/Button/Button.js

51

package.json
{
"name": "@the-control-group/ui",
"version": "0.14.3",
"version": "1.0.0",
"description": "UI kit based on ReactJS for TCG projects",

@@ -10,7 +10,8 @@ "main": "lib/index.js",

"scripts": {
"start": "docz dev",
"docs": "docz build",
"build": "webpack --mode production",
"docz:dev": "docz dev",
"docz:build": "docz build",
"start": "cpx \"src/**/*.{less,js}\" lib --watch",
"copy": "rm -rf lib/ && cpx \"src/**/*.{less,js}\" lib",
"test": "eslint src",
"prepublishOnly": "npm test && npm run build"
"prepublishOnly": "npm test && npm run copy"
},

@@ -26,42 +27,20 @@ "repository": {

},
"browserslist": [
"last 1 version",
"not dead",
"> 1% in US"
],
"homepage": "https://github.com/the-control-group/ui#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"docz": "^0.8.0",
"docz-plugin-css": "^0.8.0",
"eslint": "^5.2.0",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^1.1.11",
"less": "^3.8.0",
"less-loader": "^4.1.0",
"postcss-loader": "^2.1.6",
"cpx": "^1.5.0",
"docz": "^0.10.2",
"docz-plugin-css": "^0.10.2",
"eslint": "^5.3.0",
"eslint-plugin-react": "^7.11.1",
"prop-types": "^15.6.2",
"raw-loader": "^0.5.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"style-loader": "^0.21.0",
"svg-loader": "0.0.2",
"svg-url-loader": "^2.3.2",
"url-loader": "^1.0.1",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0"
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"peerDependencies": {
"classnames": ">=2",
"prop-types": ">=15",
"react": ">=16"
}
}

@@ -5,1 +5,4 @@ # ui

To see documentation, navigate here: https://the-control-group.github.io/ui/
## Batteries not included
This package does not come transpiled - the importing library is responsible for setting proper browser targets and transpilation options.

Sorry, the diff of this file is too big to display

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