New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

febs-browser

Package Overview
Dependencies
Maintainers
3
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs-browser - npm Package Compare versions

Comparing version 0.8.45 to 0.8.46

dist/febs-0.8.46/febs.base.js

2

libs/net.ajax.js

@@ -128,3 +128,3 @@ /**

else {
console.log('can\'t set headers');
console.log('ajax can\'t set headers');
}

@@ -131,0 +131,0 @@ }

@@ -433,3 +433,3 @@ /**

else if (request.headers && request.headers.map.length > 0) {
console.log('can\'t set headers');
console.log('fetch can\'t set headers');
}

@@ -436,0 +436,0 @@

@@ -11,4 +11,4 @@ /**

var xhr;
if (window.XDomainRequest) xhr = new XDomainRequest();
else if (window.XMLHttpRequest) xhr = new XMLHttpRequest();
if (window.XMLHttpRequest) xhr = new XMLHttpRequest();
else if (window.XDomainRequest) xhr = new XDomainRequest();
else {

@@ -15,0 +15,0 @@ var XmlHttpVersions = new Array("MSXML2.XMLHTTP.6.0", "MSXML2.XMLHTTP.5.0", "MSXML2.XMLHTTP.4.0", "MSXML2.XMLHTTP.3.0", "MSXML2.XMLHTTP", "Microsoft.XMLHTTP");

@@ -74,3 +74,3 @@ {

"name": "febs-browser",
"version": "0.8.45"
"version": "0.8.46"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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