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

@smui/fab

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/fab - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

styled.js

10

bare.js

@@ -1,8 +0,2 @@

import Fab from './Fab.svelte';
import Label from '@smui/common/CommonLabel.svelte';
import Icon from '@smui/common/CommonIcon.svelte';
export default Fab;
export { Label, Icon };
export * from './index.js';
export { default } from './index.js';

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

# [4.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.1.0...v4.0.0) (2021-04-24)
### Features
* remove style importing from index files, no more /bare ([2ab900a](https://github.com/hperrin/svelte-material-ui/commit/2ab900a4a2b9705b3844121f7a987c272171c7c5))
# [3.1.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.3...v3.1.0) (2021-04-22)

@@ -8,0 +19,0 @@

11

index.js

@@ -1,3 +0,8 @@

import './_index.scss';
export * from './bare.js';
export { default } from './bare.js';
import Fab from './Fab.svelte';
import Label from '@smui/common/CommonLabel.svelte';
import Icon from '@smui/common/CommonIcon.svelte';
export default Fab;
export { Label, Icon };
{
"name": "@smui/fab",
"version": "3.1.0",
"version": "4.0.0",
"description": "Svelte Material UI - Floating Action Button",

@@ -35,4 +35,4 @@ "type": "module",

"@material/feature-targeting": "^11.0.0",
"@smui/common": "^3.1.0",
"@smui/ripple": "^3.1.0"
"@smui/common": "^4.0.0",
"@smui/ripple": "^4.0.0"
},

@@ -42,3 +42,3 @@ "devDependencies": {

},
"gitHead": "d67e50ef816785bd88a6eed400e0b5eb7ea49841"
"gitHead": "2d9baa6fc5fea4c23813adc07956211a6f51caa7"
}

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