@bdt-component-library/breadcrumbs
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.2.0", | ||
"tag": "@bdt-component-library/breadcrumbs_v0.2.0", | ||
"date": "Tue, 25 May 2021 19:29:20 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Switch tailwind to jss and refactor component for simplicity and update styles to better match specs" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.1.2", | ||
@@ -7,0 +19,0 @@ "tag": "@bdt-component-library/breadcrumbs_v0.1.2", |
# Change Log - @bdt-component-library/breadcrumbs | ||
This log was last generated on Tue, 30 Mar 2021 18:06:31 GMT and should not be manually modified. | ||
This log was last generated on Tue, 25 May 2021 19:29:20 GMT and should not be manually modified. | ||
## 0.2.0 | ||
Tue, 25 May 2021 19:29:20 GMT | ||
### Minor changes | ||
- Switch tailwind to jss and refactor component for simplicity and update styles to better match specs | ||
## 0.1.2 | ||
@@ -6,0 +13,0 @@ Tue, 30 Mar 2021 18:06:31 GMT |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Breadcrumbs component", | ||
@@ -26,8 +26,7 @@ "author": "BDT", | ||
"scripts": { | ||
"build": "rm -rf build && cross-env NODE_ENV=production rollup -c rollup.config.components.js && rollup -c rollup.config.tailwind.js", | ||
"lint": "yarn prettier && yarn tslint:check && yarn stylelint:check", | ||
"build": "rm -rf build && cross-env NODE_ENV=production rollup -c rollup.config.components.js", | ||
"lint": "yarn prettier && yarn tslint:check", | ||
"prettier": "prettier --write *.{js,ts,tsx,css}", | ||
"prettier:check": "prettier --list-different *.{js,ts,tsx,css}", | ||
"pre-publish": "yarn test && yarn lint && yarn build", | ||
"stylelint:check": "stylelint \"*.css\"", | ||
"test": "jest", | ||
@@ -45,3 +44,3 @@ "tslint:check": "tslint -c tslint.json '*.{ts,tsx}'" | ||
"@babel/core": "^7.8.7", | ||
"@fullhuman/postcss-purgecss": "^2.0.5", | ||
"@babel/preset-env": "~7.13.15", | ||
"@svgr/webpack": "^5.1.0", | ||
@@ -60,2 +59,3 @@ "@testing-library/jest-dom": "^5.0.2", | ||
"autoprefixer": "^9.7.4", | ||
"babel-jest": "~26.6.3", | ||
"babel-loader": "^8.0.6", | ||
@@ -72,10 +72,7 @@ "babel-preset-react-app": "^9.1.0", | ||
"jest": "^25.1.0", | ||
"postcss-cli": "^7.1.0", | ||
"postcss-extend-rule": "^3.0.0", | ||
"postcss-import": "^12.0.1", | ||
"postcss-modules": "^3.2.0", | ||
"postcss-preset-env": "^6.7.0", | ||
"jss": "~10.6.0", | ||
"prettier": "1.19.1", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-jss": "~10.6.0", | ||
"react-scripts": "^3.4.1", | ||
@@ -86,10 +83,4 @@ "rollup": "^1.29.1", | ||
"rollup-plugin-peer-deps-external": "^2.2.0", | ||
"rollup-plugin-postcss": "^2.0.5", | ||
"rollup-plugin-react-svg": "^3.0.3", | ||
"rollup-plugin-tailwind": "^1.0.0", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"stylelint": "^13.0.0", | ||
"stylelint-config-css-modules": "^2.2.0", | ||
"stylelint-config-recommended": "^3.0.0", | ||
"tailwindcss": "^1.2.0", | ||
"ts-jest": "^25.0.0", | ||
@@ -101,3 +92,2 @@ "tslint": "^6.0.0", | ||
"typescript": "^3.7.5", | ||
"typescript-plugin-css-modules": "^2.3.0", | ||
"webpack": "^4.41.5", | ||
@@ -111,5 +101,4 @@ "yarn": "^1.21.1" | ||
"dependencies": { | ||
"react-number-format": "^4.4.1", | ||
"classnames": "^2.2.6" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1144492
3
47
10723
10
76
5
- Removedreact-number-format@^4.4.1
- Removedreact-number-format@4.9.4(transitive)