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
0
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.22 to 1.0.23

4

package.json

@@ -7,3 +7,3 @@ {

"comment": "NOTE: Increment src/config.js version code",
"version": "1.0.22",
"version": "1.0.23",
"main": "src/lib/pushy.js",

@@ -25,4 +25,2 @@ "types": "src/lib/pushy.d.ts",

"dependencies": {
"promise-polyfill": "^6.0.2",
"whatwg-fetch": "^1.0.0"
},

@@ -29,0 +27,0 @@ "devDependencies": {

const config = {
// Web Push SDK version code
version: 1022,
version: 1023,
// SDK platform

@@ -5,0 +5,0 @@ platform: 'web',

@@ -7,3 +7,2 @@ // Temporarily uncomment this import when building for cdn (leave commented for npm)

import Base64 from '../util/base64';
import Promise from 'promise-polyfill';
import { localStorage } from '../util/storage';

@@ -10,0 +9,0 @@

@@ -1,2 +0,1 @@

import 'whatwg-fetch';
import config from '../config';

@@ -3,0 +2,0 @@ import { localStorage } from '../util/storage';

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