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

pushy-sdk-web

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pushy-sdk-web - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

2

package.json

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

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