browser-update
Advanced tools
Comparing version 3.3.22 to 3.3.23
Changes to the notification / detection script | ||
========== | ||
3.3.22 17.8.22 | ||
3.3.23 3.10.20 | ||
- added firefox 78 as an ESR version still supported. Removed version 60 and 68. | ||
- updated browser versions | ||
3.3.22 17.8.20 | ||
- Fix broken conditional when using `shift_page_down` | ||
- remove old config check | ||
3.3.21 14.8.21 | ||
3.3.21 14.8.20 | ||
- Fix cookie stuff. Remove "Secure" to also send the cookie in insecure contexts. Use "Same-Site: Lax" | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "browser-update", | ||
"version": "3.3.22", | ||
"version": "3.3.23", | ||
"description": "Remind users to update their browser in an unobtrusive way.", | ||
@@ -5,0 +5,0 @@ "main": "update.npm.full.js", |
@@ -7,4 +7,4 @@ //(c)2019, MIT Style License <browser-update.org/LICENSE.txt> | ||
var s=this; | ||
this.version="3.3.22"; | ||
this.vsakt = {c:"84",f:79,s:"13.1.2",e:84,i:12,ios:"13.3",samsung:12.0,o:70,e_a:45.06,o_a:59.1,y:"20.8",v:3.2,uc:"13.2.8"}; | ||
this.version="3.3.23"; | ||
this.vsakt = {c:"85",f:81,s:"13.1.2",e:85,i:12,ios:"13.3",samsung:12.0,o:71,e_a:45.07,o_a:59.1,y:"20.9.1",v:3.3,uc:"13.3"}; | ||
//severely insecure below(!) this version, insecure means remote code execution that is actively being exploited | ||
@@ -146,3 +146,3 @@ this.vsinsecure_below = {c:"78.0.3904.87",f:72,s:"11.1.1",e:16,i:11,ios:"12.3",samsung:9.0,o:62,o_a:52,y:"20",v:"2.7",uc:"13.1"}; | ||
if ((r.n==="f" && (r.vmaj===68 || r.vmaj===60)) || (r.n==="i" && r.vmaj===11)) { | ||
if ((r.n==="f" && (r.vmaj===78)) || (r.n==="i" && r.vmaj===11)) { | ||
r.is_supported=true; | ||
@@ -149,0 +149,0 @@ r.is_insecure=false; |
@@ -7,4 +7,4 @@ //(c)2019, MIT Style License <browser-update.org/LICENSE.txt> | ||
var s=this; | ||
this.version="3.3.22"; | ||
this.vsakt = {c:"84",f:79,s:"13.1.2",e:84,i:12,ios:"13.3",samsung:12.0,o:70,e_a:45.06,o_a:59.1,y:"20.8",v:3.2,uc:"13.2.8"}; | ||
this.version="3.3.23"; | ||
this.vsakt = {c:"85",f:81,s:"13.1.2",e:85,i:12,ios:"13.3",samsung:12.0,o:71,e_a:45.07,o_a:59.1,y:"20.9.1",v:3.3,uc:"13.3"}; | ||
//severely insecure below(!) this version, insecure means remote code execution that is actively being exploited | ||
@@ -146,3 +146,3 @@ this.vsinsecure_below = {c:"78.0.3904.87",f:72,s:"11.1.1",e:16,i:11,ios:"12.3",samsung:9.0,o:62,o_a:52,y:"20",v:"2.7",uc:"13.1"}; | ||
if ((r.n==="f" && (r.vmaj===68 || r.vmaj===60)) || (r.n==="i" && r.vmaj===11)) { | ||
if ((r.n==="f" && (r.vmaj===78)) || (r.n==="i" && r.vmaj===11)) { | ||
r.is_supported=true; | ||
@@ -149,0 +149,0 @@ r.is_insecure=false; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66257