onesignal-cordova-plugin
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -39,3 +39,3 @@ /** | ||
export declare type LogLevel = 0 | 1 | 2 | 3 | 4 | 5 | 6; | ||
declare class OneSignalPlugin { | ||
export declare class OneSignalPlugin { | ||
private _appID; | ||
@@ -42,0 +42,0 @@ private _notificationWillShowInForegroundDelegate; |
@@ -32,2 +32,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OneSignalPlugin = void 0; | ||
var NotificationReceivedEvent_1 = __importDefault(require("./NotificationReceivedEvent")); | ||
@@ -757,2 +758,3 @@ var Subscription_1 = require("./Subscription"); | ||
}()); | ||
exports.OneSignalPlugin = OneSignalPlugin; | ||
//------------------------------------------------------------------- | ||
@@ -759,0 +761,0 @@ var OneSignal = new OneSignalPlugin(); |
{ | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
@@ -4,0 +4,0 @@ "name": "onesignal-cordova-plugin", |
@@ -53,3 +53,3 @@ /** | ||
class OneSignalPlugin { | ||
export class OneSignalPlugin { | ||
private _appID = ""; | ||
@@ -56,0 +56,0 @@ private _notificationWillShowInForegroundDelegate = function(notificationReceived: NotificationReceivedEvent) {}; |
Sorry, the diff of this file is not supported yet
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
700044
3886
1