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
12
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

to
0.2.5

2

dist/custom-elements.json

@@ -806,3 +806,3 @@ {

"description": "MagicBell web components for in-app notifications",
"version": "0.2.4",
"version": "0.2.5",
"author": "MagicBell, inc",

@@ -809,0 +809,0 @@ "license": "MIT"

{
"name": "@magicbell/in-app",
"version": "0.2.4",
"version": "0.2.5",
"description": "MagicBell web components for in-app notifications",

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

"@lit/react": "^1.0.5",
"@magicbell/user-client": "0.5.0",
"@magicbell/user-client": "0.6.0",
"lit": "^3.2.0"

@@ -61,0 +61,0 @@ },

@@ -1,2 +0,2 @@

import { Client } from '@magicbell/user-client';
import { Client, WebPushToken } from '@magicbell/user-client';

@@ -78,3 +78,3 @@ export type WebPushClientOptions = {

await this.#client.channels.saveWebPushToken(subscription);
await this.#client.channels.saveWebPushToken(subscription as WebPushToken);
}

@@ -81,0 +81,0 @@

Sorry, the diff of this file is not supported yet