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

@magicbell/in-app

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magicbell/in-app - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

74

dist/custom-elements.json

@@ -57,3 +57,3 @@ {

"static": true,
"default": "{\n 'mb-spinner': MbSpinner,\n }"
"default": "{ 'mb-spinner': MbSpinner, }"
},

@@ -324,3 +324,3 @@ {

"static": true,
"default": "{\n 'mb-button': MbButton,\n 'mb-icon-bell': MbIconBell,\n 'mb-icon-bell-off': MbIconBellOff,\n 'mb-spinner': MbSpinner,\n 'mb-icon-cross': MbIconCross,\n 'mb-icon-check': MbIconCheck,\n }",
"default": "{ 'mb-button': MbButton, 'mb-icon-bell': MbIconBell, 'mb-icon-bell-off': MbIconBellOff, 'mb-spinner': MbSpinner, 'mb-icon-cross': MbIconCross, 'mb-icon-check': MbIconCheck, }",
"inheritedFrom": {

@@ -685,2 +685,70 @@ "name": "MbButton",

"customElement": true,
"slots": [
{
"description": "The button's label.",
"name": "default",
"inheritedFrom": {
"name": "MbButton",
"module": "src/components/mb-button.ts"
}
},
{
"description": "The button's label when in pending state, defaults to a spinner.",
"name": "pending",
"inheritedFrom": {
"name": "MbButton",
"module": "src/components/mb-button.ts"
}
},
{
"description": "The button's label when in success state, defaults to 'success'.",
"name": "success",
"inheritedFrom": {
"name": "MbButton",
"module": "src/components/mb-button.ts"
}
},
{
"description": "The button's label when in error state, defaults to 'error'.",
"name": "error",
"inheritedFrom": {
"name": "MbButton",
"module": "src/components/mb-button.ts"
}
}
],
"cssParts": [
{
"description": "The button element.",
"name": "button",
"inheritedFrom": {
"name": "MbButton",
"module": "src/components/mb-button.ts"
}
},
{
"description": "The container that wraps the spinner or pending label.",
"name": "pending-label",
"inheritedFrom": {
"name": "MbButton",
"module": "src/components/mb-button.ts"
}
},
{
"description": "The container that wraps the success label.",
"name": "success-label",
"inheritedFrom": {
"name": "MbButton",
"module": "src/components/mb-button.ts"
}
},
{
"description": "The container that wraps the error label.",
"name": "error-label",
"inheritedFrom": {
"name": "MbButton",
"module": "src/components/mb-button.ts"
}
}
],
"events": [

@@ -741,3 +809,3 @@ {

"description": "MagicBell web components for in-app notifications",
"version": "0.2.0",
"version": "0.2.1",
"author": "MagicBell, inc",

@@ -744,0 +812,0 @@ "license": "MIT"

6

package.json
{
"name": "@magicbell/in-app",
"version": "0.2.0",
"version": "0.2.1",
"description": "MagicBell web components for in-app notifications",

@@ -59,3 +59,3 @@ "repository": {

"@magicbell/user-client": "0.2.0",
"lit": "^3.0.0"
"lit": "^3.2.0"
},

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

"@biomejs/biome": "1.8.1",
"@custom-elements-manifest/analyzer": "^0.6.3",
"@custom-elements-manifest/analyzer": "^0.10.3",
"@open-wc/testing": "^3.1.5",

@@ -68,0 +68,0 @@ "@rollup/plugin-alias": "^5.1.0",

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