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

febs

Package Overview
Dependencies
Maintainers
3
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs - npm Package Compare versions

Comparing version 0.8.75 to 0.8.76

browser/dist/febs-0.8.76/febs.base.js

4

browser/common/crypt.js

@@ -21,2 +21,6 @@ /**

if (!arrByte) {
return '';
}
if (typeof arrByte === 'string') {

@@ -23,0 +27,0 @@ arrByte = utilsString.utf8ToBytes(arrByte);

7

browser/libs/net.fetch.js

@@ -256,5 +256,6 @@ /**

if ((this.method === 'GET' || this.method === 'HEAD') && body) {
throw new TypeError('febsnet.Body not allowed for GET or HEAD requests')
}
// if ((this.method === 'GET' || this.method === 'HEAD') && body) {
// throw new TypeError('febsnet.Body not allowed for GET or HEAD requests')
// }
this._initBody(body)

@@ -261,0 +262,0 @@ }

@@ -80,3 +80,3 @@ {

"name": "febs-browser",
"version": "0.8.75"
"version": "0.8.76"
}

@@ -90,3 +90,3 @@ {

"name": "febs",
"version": "0.8.75"
"version": "0.8.76"
}
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