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

@smui/button

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/button - npm Package Compare versions

Comparing version 1.0.0-beta.19 to 1.0.0-beta.20

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [1.0.0-beta.20](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2020-01-31)
### Bug Fixes
* fix button group styling in Safari/iOS ([eb52cc6](https://github.com/hperrin/svelte-material-ui/commit/eb52cc6b81011d004b5ee2d52851ca35e510a578))
### Features
* add component option to Button to allow other elements/components ([95d4d49](https://github.com/hperrin/svelte-material-ui/commit/95d4d49026f30579a888d9e2baa59785fcbe65f5))
* reduce Ripple arguments and add class forwarding option ([550ac93](https://github.com/hperrin/svelte-material-ui/commit/550ac93cc6d4dfa18eee70f6c1db55f1971cd8fc))
# [1.0.0-beta.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13)

@@ -8,0 +25,0 @@

10

package.json
{
"name": "@smui/button",
"version": "1.0.0-beta.19",
"version": "1.0.0-beta.20",
"description": "Svelte Material UI - Button",

@@ -34,10 +34,10 @@ "keywords": [

"@material/feature-targeting": "^3.1.0",
"@smui/common": "^1.0.0-beta.19",
"@smui/ripple": "^1.0.0-beta.19"
"@smui/common": "^1.0.0-beta.20",
"@smui/ripple": "^1.0.0-beta.20"
},
"devDependencies": {
"glob-cmd": "0.0.7",
"sass": "^1.23.7"
"sass": "^1.25.0"
},
"gitHead": "77b3594047009c45aa07d278863b929fd25fec67"
"gitHead": "c6f11e318b8bdd172b0842fbbe50b786808b8921"
}

@@ -45,2 +45,3 @@ # Svelte Material UI - Button

* `component`: `href == null ? Button : A` - A component to use as the root element.
* `use`: `[]` - An array of actions and/or action/property arrays.

@@ -47,0 +48,0 @@ * `class`: `''` - A CSS class string.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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