Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@regru/browser-update

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@regru/browser-update - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -35,4 +35,2 @@ import browserUpdate from './update.npm.full.js';

style : 'bottom',
url : null,
};

@@ -39,0 +37,0 @@

5

package.json
{
"name": "@regru/browser-update",
"version": "1.0.0",
"version": "1.0.1",
"description": "Remind users to update their browser in an unobtrusive way.",

@@ -18,4 +18,3 @@ "main": "index.js",

"files": [
"update.npm.full.js",
"update.npm.js"
"update.npm.full.js"
],

@@ -22,0 +21,0 @@ "author": "Thomas Hümmer",

@@ -269,4 +269,4 @@ //(c)2017, MIT Style License <browser-update.org/LICENSE.txt>

var burl = op.burl || ("http" + (/MSIE/i.test(navigator.userAgent) ? "" : "s") + "://browser-update.org/");
if (op.url === undefined) {
op.url = burl + ((op.l && (op.l + "/")) || "") + "update-browser.html" + (op.test ? "?force_outdated=true" : "") + "#" + op.jsv + ":" + op.pageurl;
if (!op.url) {
op.url = burl + ((op.l && (op.l + "/")) || "") + "update-browser.html" + (op.test ? "?force_outdated=true" : "") + "#" + op.jsv ;
}

@@ -447,2 +447,3 @@ op.url_permanent_hide=op.url_permanent_hide || (burl + "block-ignore-browser-update-warning.html");

op.onshow(op);
};/*

@@ -458,1 +459,2 @@ if (op.test && !op.dont_show_debuginfo) {

*/
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