Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@matiasfic/intercom

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matiasfic/intercom - npm Package Compare versions

Comparing version
7.2.0
to
7.2.1
+7
-2
ios/Plugin/IntercomPlugin.swift

@@ -28,3 +28,3 @@ import Foundation

}
Intercom.setDeviceToken(deviceToken)
Intercom.setDeviceToken(deviceToken, completion: nil)
}

@@ -38,3 +38,8 @@

NotificationCenter.default.addObserver(self, selector: #selector(self.didRegisterWithToken(notification:)), name: Notification.Name(CAPNotifications.DidRegisterForRemoteNotificationsWithDeviceToken.name()), object: nil)
NotificationCenter.default.addObserver(
self,
selector: #selector(self.didRegisterWithToken(notification:)),
name: .capacitorDidRegisterForRemoteNotifications,
object: nil
)
}

@@ -41,0 +46,0 @@

{
"name": "@matiasfic/intercom",
"version": "7.2.0",
"version": "7.2.1",
"description": "Enable Intercom features for Capacitor apps",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",