Socket
Socket
Sign inDemoInstall

@smui/line-ripple

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/line-ripple - npm Package Compare versions

Comparing version 7.0.0-beta.9 to 7.0.0-beta.10

src/ambient-line-ripple.d.ts

13

CHANGELOG.md

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

# [7.0.0-beta.10](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.9...v7.0.0-beta.10) (2023-06-28)
### Bug Fixes
* import ambient types from index files for ts event support ([d62e12c](https://github.com/hperrin/svelte-material-ui/commit/d62e12c212e0fd1ba24d3a4e2af0a4279dc28e5e))
* reference ambient types instead of importing them ([2d1193c](https://github.com/hperrin/svelte-material-ui/commit/2d1193cc615060c95fb6965cc10b758af9f92e55))
* suppress typescript issues with importing svelte internals ([985183c](https://github.com/hperrin/svelte-material-ui/commit/985183ce19213580be9dafd249deefcc82dc3679))
# [7.0.0-beta.9](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2023-06-20)

@@ -8,0 +21,0 @@

1

dist/index.js

@@ -0,3 +1,4 @@

/// <reference types="./ambient-line-ripple" />
import LineRipple from './LineRipple.svelte';
export default LineRipple;
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@smui/line-ripple",
"version": "7.0.0-beta.9",
"version": "7.0.0-beta.10",
"description": "Svelte Material UI - Line Ripple",

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

"@material/line-ripple": "^14.0.0",
"@smui/common": "^7.0.0-beta.9",
"@smui/common": "^7.0.0-beta.10",
"svelte2tsx": "^0.6.15"

@@ -55,3 +55,3 @@ },

},
"gitHead": "3e38dc5b1a15551e4d72b091f2a2a56ea951281b"
"gitHead": "874875e3455a21a6620d596a28311b8555b76f45"
}

@@ -0,3 +1,5 @@

/// <reference types="./ambient-line-ripple" />
import LineRipple from './LineRipple.svelte';
export default LineRipple;

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

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