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

@react-md/button

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/button - npm Package Compare versions

Comparing version 2.0.0 to 2.0.2

20

CHANGELOG.md

@@ -0,1 +1,21 @@

# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)
### Bug Fixes
- **LICENSE:** Removed the time range from license since it was incorrect
([50c9021](https://github.com/mlaursen/react-md/commit/50c9021cedc0d642758b9fd541bb6c93d2fe1786))
- Added sideEffects field to package.json
([31820b9](https://github.com/mlaursen/react-md/commit/31820b9b43705e5849664500a17b6849eb6dc2a9))
- sideEffects formatting
([78a7b6b](https://github.com/mlaursen/react-md/commit/78a7b6b0e40c7daefb749835670705f21bd21720))
# v2.0.1
No changes.
# v2.0.0

@@ -2,0 +22,0 @@

21

package.json
{
"name": "@react-md/button",
"version": "2.0.0",
"version": "2.0.2",
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.",

@@ -12,2 +12,5 @@ "scripts": {

"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [

@@ -42,9 +45,9 @@ "es/*",

"dependencies": {
"@react-md/elevation": "^2.0.0",
"@react-md/icon": "^2.0.0",
"@react-md/states": "^2.0.0",
"@react-md/theme": "^2.0.0",
"@react-md/transition": "^2.0.0",
"@react-md/typography": "^2.0.0",
"@react-md/utils": "^2.0.0",
"@react-md/elevation": "^2.0.2",
"@react-md/icon": "^2.0.2",
"@react-md/states": "^2.0.2",
"@react-md/theme": "^2.0.2",
"@react-md/transition": "^2.0.2",
"@react-md/typography": "^2.0.2",
"@react-md/utils": "^2.0.2",
"classnames": "^2.2.6"

@@ -65,3 +68,3 @@ },

},
"gitHead": "bb7b78bbafd92e86d0a7841a56dbd4d181a405af"
"gitHead": "ccb220af2d620bd6eccccf36dc689356fa1db568"
}

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