New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bdt-component-library/breadcrumbs

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bdt-component-library/breadcrumbs - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

12

CHANGELOG.json

@@ -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",

9

CHANGELOG.md
# 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

25

package.json

@@ -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

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