Socket
Socket
Sign inDemoInstall

@appnest/upgrade-browser

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appnest/upgrade-browser - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

example-1.png

7

package.json
{
"name": "@appnest/upgrade-browser",
"description": "A simple customizable HTML file to show to users that should upgrade their browser",
"version": "0.0.7",
"version": "0.0.8",
"author": "Appnest",

@@ -24,7 +24,4 @@ "bugs": {

"bump:major": "npm version major",
"publish": "npm publish --access=public",
"publish:patch": "npm run bump:patch && npm run publish",
"publish:minor": "npm run bump:minor && npm run publish",
"publish:major": "npm run bump:major && npm run publish"
"publish": "npm publish --access=public"
}
}

@@ -5,2 +5,4 @@ # Upgrade Browser

![Example 1](https://github.com/andreasbm/upgrade-browser/blob/master/example-1.png)
## 👍 How to use

@@ -47,4 +49,14 @@

```
...
window.location = "upgrade-browser.html?title=No Support&subtitle=Our app does not support your browser. Please install another&backgroundColor=000000";
...
```
Here's how that would look.
![Example 2](https://github.com/andreasbm/upgrade-browser/blob/master/example-2.png)
## 🎉 License
MIT license
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