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

@bdt-component-library/button-icon

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bdt-component-library/button-icon - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "0.4.0",
"tag": "@bdt-component-library/button-icon_v0.4.0",
"date": "Tue, 27 Apr 2021 20:32:13 GMT",
"comments": {
"minor": [
{
"comment": "Switch tailwind to jss, removing obsolete configs and adding new ones/utilities where appropriate"
}
]
}
},
{
"version": "0.3.0",

@@ -7,0 +19,0 @@ "tag": "@bdt-component-library/button-icon_v0.3.0",

9

CHANGELOG.md
# Change Log - @bdt-component-library/button-icon
This log was last generated on Mon, 05 Apr 2021 18:19:04 GMT and should not be manually modified.
This log was last generated on Tue, 27 Apr 2021 20:32:13 GMT and should not be manually modified.
## 0.4.0
Tue, 27 Apr 2021 20:32:13 GMT
### Minor changes
- Switch tailwind to jss, removing obsolete configs and adding new ones/utilities where appropriate
## 0.3.0

@@ -6,0 +13,0 @@ Mon, 05 Apr 2021 18:19:04 GMT

27

package.json

@@ -6,3 +6,3 @@ {

},
"version": "0.3.0",
"version": "0.4.0",
"description": "ButtonIcon 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,6 +101,5 @@ "yarn": "^1.21.1"

"dependencies": {
"@bdt-component-library/button": "^0.2.0",
"react-number-format": "^4.4.1",
"@bdt-component-library/button": "^0.3.0",
"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