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

@smui/common

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/common - npm Package Compare versions

Comparing version 6.0.0-beta.5 to 6.0.0-beta.6

11

CHANGELOG.md

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

# [6.0.0-beta.6](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.5...v6.0.0-beta.6) (2021-12-11)
### Bug Fixes
* remove unused args on unsubscribe ([a7f2aca](https://github.com/hperrin/svelte-material-ui/commit/a7f2aca155c62a663c4a9e784279dbd7b9c39637))
# [6.0.0-beta.5](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.4...v6.0.0-beta.5) (2021-12-10)

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

2

dist/internal/forwardEventsBuilder.js

@@ -29,3 +29,3 @@ import { bubble, listen, prevent_default, stop_propagation, } from 'svelte/internal';

}
return (...args) => {
return () => {
destructor();

@@ -32,0 +32,0 @@ };

{
"name": "@smui/common",
"version": "6.0.0-beta.5",
"version": "6.0.0-beta.6",
"description": "Svelte Material UI - Common",

@@ -69,3 +69,3 @@ "type": "module",

},
"gitHead": "fa3f93de26f912d220701200b1025c87b80b7892"
"gitHead": "735560d27548748d2e8c6f97ad0c7f3c0c6e71b0"
}

@@ -42,3 +42,3 @@ import type { SvelteComponent } from 'svelte';

return (...args) => {
return () => {
destructor();

@@ -45,0 +45,0 @@ };

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