@badideas/nativescript-notifications
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -311,3 +311,3 @@ import { File, ImageSource, knownFolders, path as fsPath } from '@nativescript/core'; | ||
UNUserNotificationCenter.currentNotificationCenter().removePendingNotificationRequestsWithIdentifiers(['' + id]); | ||
UNUserNotificationCenter.currentNotificationCenter().removeDeliveredNotifications(['' + id]); | ||
UNUserNotificationCenter.currentNotificationCenter().removeDeliveredNotificationsWithIdentifiers(['' + id]); | ||
resolve(true); | ||
@@ -314,0 +314,0 @@ } |
{ | ||
"name": "@badideas/nativescript-notifications", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Create notifications from within your app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
522542
2