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

onesignal-cordova-plugin

Package Overview
Dependencies
Maintainers
6
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onesignal-cordova-plugin - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

dist/index.d.ts

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

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