New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@smui/chips

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/chips - npm Package Compare versions

Comparing version

to
7.0.0-beta.16

11

CHANGELOG.md

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

# [7.0.0-beta.16](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.15...v7.0.0-beta.16) (2023-12-27)
### Bug Fixes
* cast component type to something ts likes ([017039f](https://github.com/hperrin/svelte-material-ui/commit/017039fb19701e57de058305994735d05e6c6407))
# [7.0.0-beta.15](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.14...v7.0.0-beta.15) (2023-09-04)

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

18

package.json
{
"name": "@smui/chips",
"version": "7.0.0-beta.15",
"version": "7.0.0-beta.16",
"description": "Svelte Material UI - Chips",

@@ -45,15 +45,15 @@ "type": "module",

"@material/rtl": "^14.0.0",
"@smui/common": "^7.0.0-beta.15",
"@smui/ripple": "^7.0.0-beta.15",
"svelte2tsx": "^0.6.21"
"@smui/common": "^7.0.0-beta.16",
"@smui/ripple": "^7.0.0-beta.16",
"svelte2tsx": "^0.6.27"
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.2",
"sass": "^1.66.1",
"svelte-check": "^3.5.1",
"svelte-strip": "^3.0.1",
"sass": "^1.69.5",
"svelte-check": "^3.6.2",
"svelte-strip": "^3.1.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"gitHead": "6ed73be2ffd9691182a3a0663d61f9d910c4a8e8"
"gitHead": "09c2396de874d88c92e8969218c9d93963fac430"
}

@@ -7,16 +7,16 @@ /// <reference types="svelte" />

['on:SMUIChipsChip:mount']?: (
event: CustomEvent<any> & { target: T }
event: CustomEvent<any> & { target: T },
) => any;
['on:SMUIChipsChip:unmount']?: (
event: CustomEvent<any> & { target: T }
event: CustomEvent<any> & { target: T },
) => any;
['on:MDCChip:interaction']?: (
event: CustomEvent<any> & { target: T }
event: CustomEvent<any> & { target: T },
) => any;
['on:SMUIChip:interaction']?: (
event: CustomEvent<any> & { target: T }
event: CustomEvent<any> & { target: T },
) => any;
['on:MDCChip:selection']?: (event: CustomEvent<any> & { target: T }) => any;
['on:SMUIChip:selection']?: (
event: CustomEvent<any> & { target: T }
event: CustomEvent<any> & { target: T },
) => any;

@@ -26,8 +26,8 @@ ['on:MDCChip:removal']?: (event: CustomEvent<any> & { target: T }) => any;

['on:MDCChip:navigation']?: (
event: CustomEvent<any> & { target: T }
event: CustomEvent<any> & { target: T },
) => any;
['on:SMUIChip:navigation']?: (
event: CustomEvent<any> & { target: T }
event: CustomEvent<any> & { target: T },
) => any;
}
}

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet