🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

web-push-browser

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-push-browser - npm Package Compare versions

Comparing version

to
1.0.1

10

package.json
{
"name": "web-push-browser",
"version": "1.0.0",
"version": "1.0.1",
"description": "Minimal library for sending notifications via the browser Push API",

@@ -17,3 +17,9 @@ "main": "build/index.js",

"license": "ISC",
"type": "module"
"type": "module",
"keywords": [
"push",
"notifications",
"web-push",
"browser"
]
}