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
82
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.15 to 6.0.0-beta.16

11

CHANGELOG.md

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

# [6.0.0-beta.16](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.15...v6.0.0-beta.16) (2022-04-11)
### Bug Fixes
* svelte check script ([9936200](https://github.com/hperrin/svelte-material-ui/commit/9936200e87b3c298979148eeb60bebadbe1096ca))
# [6.0.0-beta.15](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.14...v6.0.0-beta.15) (2022-03-02)

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

16

package.json
{
"name": "@smui/common",
"version": "6.0.0-beta.15",
"version": "6.0.0-beta.16",
"description": "Svelte Material UI - Common",

@@ -16,5 +16,2 @@ "type": "module",

"*": {
"*": [
"./src/*"
],
"classadder": [

@@ -28,2 +25,5 @@ "./src/classadder/index.ts"

"./src/internal/index.ts"
],
"*": [
"./src/*"
]

@@ -62,6 +62,6 @@ }

"devDependencies": {
"sass": "^1.49.7",
"sass": "^1.49.9",
"svelte-strip": "^1.0.1",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},

@@ -71,5 +71,5 @@ "dependencies": {

"@tsconfig/svelte": "^3.0.0",
"svelte2tsx": "^0.4.14"
"svelte2tsx": "^0.5.5"
},
"gitHead": "3da3ff60d02ec8d14332fa2f77fb339c4556c840"
"gitHead": "5c4437761e9b7231457214920367a4feec445e5d"
}

@@ -370,3 +370,4 @@ # Svelte Material UI - Common Components

<script lang="ts">
import { useActions, ActionArray } from '@smui/common/internal';
import type { ActionArray } from '@smui/common/internal';
import { useActions } from '@smui/common/internal';

@@ -373,0 +374,0 @@ export let use: ActionArray = [];

@@ -22,3 +22,3 @@ import type { SvelteComponentDev } from 'svelte/internal';

},
}) as T;
}) as unknown as T;
}

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