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

@trackcode/ui

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackcode/ui - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0-alpha.1

dist/.DS_Store

32

package.json
{
"name": "@trackcode/ui",
"version": "2.2.0",
"version": "3.0.0-alpha.1",
"description": "UI components",

@@ -9,7 +9,11 @@ "private": false,

},
"files": [],
"main": "dist/bundle.js",
"module": "dist/bundle.es.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode production",
"build:watch": "cross-env NODE_ENV=production webpack --mode production --watch",
"build": "rm -rf ./dist/* && NODE_ENV=production rollup -c",
"build:watch": "rollup -cw",
"prepublish": "npm run build",

@@ -25,23 +29,17 @@ "test:watch": "cd ../../ && npm run test:watch -- packages/ui"

"peerDependencies": {
"react": ">=16.3.0",
"react": ">=16.13.1",
"styled-components": ">=4.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.1",
"cross-env": "^5.2.0",
"react": "^16.9.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
},
"dependencies": {
"@trackcode/ci": "^2.0.0",
"@trackcode/ci": "^3.0.0-alpha.1",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"downshift": "^3.2.12",
"polished": "^3.4.1",
"prop-types": "^15.7.2",
"react-text-mask": "^5.4.3"
},
"gitHead": "0dbc1d8fb845e38feeb0f3f70ba02bda6661f3f9"
"devDependencies": {
"rollup": "^2.8.2"
},
"gitHead": "7e8615c4c2dddab95805e56c07aa7cffa6d4fac4"
}

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