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.10 to 1.0.0-beta.11

bare.css

16

CHANGELOG.md

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

# [1.0.0-beta.11](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2019-09-06)
### Bug Fixes
* import styles correctly ([37e6fa6](https://github.com/hperrin/svelte-material-ui/commit/37e6fa6))
### Features
* provide bare js and css (button only for test) for use in REPL ([1b9a268](https://github.com/hperrin/svelte-material-ui/commit/1b9a268))
# [1.0.0-beta.10](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2019-09-03)

@@ -8,0 +24,0 @@

12

index.js

@@ -1,11 +0,3 @@

import Button from './Button.svelte';
import './_index.scss';
import Group from './Group.svelte';
import GroupItem from './GroupItem.js';
import Label from '@smui/common/Label.svelte';
import Icon from '@smui/common/Icon.svelte';
export default Button;
export {Group, GroupItem, Label, Icon};
export * from './bare.js';
export {default} from './bare.js';
{
"name": "@smui/button",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Svelte Material UI - Button",

@@ -15,2 +15,3 @@ "keywords": [

"scripts": {
"prepare": "sass -I node_modules --no-source-map _style.scss bare.css",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -35,5 +36,8 @@ },

"@smui/common": "^1.0.0-beta.8",
"@smui/ripple": "^1.0.0-beta.10"
"@smui/ripple": "^1.0.0-beta.11"
},
"gitHead": "78bdf3fc7b07f1c48e390d652831bc70b2a6890f"
"devDependencies": {
"sass": "^1.23.0-module.beta.1"
},
"gitHead": "a493caeacb09d3d5d0b9f834816e21b08b857633"
}

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