pushy-sdk-web
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -7,3 +7,3 @@ { | ||
"comment": "NOTE: Increment src/config.js version code", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"main": "src/lib/pushy.js", | ||
@@ -10,0 +10,0 @@ "scripts": { |
const config = { | ||
// Web Push SDK version code | ||
version: 1016, | ||
version: 1018, | ||
// SDK platform | ||
@@ -5,0 +5,0 @@ platform: 'web', |
@@ -72,3 +72,3 @@ import config from '../config'; | ||
// Check for browser.storage.local support | ||
return webExtensionNamespace in self && 'storage' in self[webExtensionNamespace] && 'local' in self[webExtensionNamespace].storage; | ||
return webExtensionNamespace && webExtensionNamespace in self && 'storage' in self[webExtensionNamespace] && 'local' in self[webExtensionNamespace].storage; | ||
} | ||
@@ -75,0 +75,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
365708