Socket
Socket
Sign inDemoInstall

push.js

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

5

index.d.ts
declare module 'push.js' {
export default new Push();
const defaultPush: Push;
export default defaultPush;

@@ -14,3 +15,3 @@ class Push {

config(params: PushParams)
config(params: PushParams): void;
}

@@ -17,0 +18,0 @@

2

package.json
{
"name": "push.js",
"version": "1.0.8",
"version": "1.0.9",
"description":

@@ -5,0 +5,0 @@ "A compact, cross-browser solution for the Javascript Notifications API",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc