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

react-onesignal

Package Overview
Dependencies
Maintainers
9
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-onesignal - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

dist/index.es.js

@@ -9,3 +9,3 @@ const ONESIGNAL_SDK_ID = 'onesignal-sdk';

let isOneSignalScriptFailed = false;
if (window) {
if (typeof window !== 'undefined') {
window.OneSignalDeferred = window.OneSignalDeferred || [];

@@ -12,0 +12,0 @@ addSDKScript();

@@ -11,3 +11,3 @@ 'use strict';

let isOneSignalScriptFailed = false;
if (window) {
if (typeof window !== 'undefined') {
window.OneSignalDeferred = window.OneSignalDeferred || [];

@@ -14,0 +14,0 @@ addSDKScript();

@@ -11,3 +11,3 @@ const ONESIGNAL_SDK_ID = 'onesignal-sdk';

if (window) {
if (typeof window !== 'undefined') {
window.OneSignalDeferred = window.OneSignalDeferred || [];

@@ -14,0 +14,0 @@ addSDKScript();

{
"name": "react-onesignal",
"version": "3.0.0",
"version": "3.0.1",
"description": "React OneSignal Module: Make it easy to integrate OneSignal with your React App!",

@@ -5,0 +5,0 @@ "author": "rgomezp",

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