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
5
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.1 to 3.2.0

6

dist/index.d.ts

@@ -32,8 +32,2 @@ /**

import { ChangeEvent, DeviceState, EmailSubscriptionChange, PermissionChange, SMSSubscriptionChange, SubscriptionChange } from "./Subscription";
declare global {
interface Window {
cordova: any;
plugins: any;
}
}
export declare type LogLevel = 0 | 1 | 2 | 3 | 4 | 5 | 6;

@@ -40,0 +34,0 @@ export declare class OneSignalPlugin {

3

package.json
{
"version": "3.1.1",
"version": "3.2.0",
"name": "onesignal-cordova-plugin",

@@ -5,0 +4,0 @@ "cordova_name": "OneSignal Push Notifications",

@@ -43,8 +43,3 @@ /**

// Suppress TS warnings about window.cordova
declare global {
interface Window {
cordova: any; // turn off type checking
plugins: any;
}
}
declare let window: any; // turn off type checking

@@ -51,0 +46,0 @@ // 0 = None, 1 = Fatal, 2 = Errors, 3 = Warnings, 4 = Info, 5 = Debug, 6 = Verbose

Sorry, the diff of this file is not supported yet

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