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.16 to 0.8.17

dist/febs-0.8.17/febs.base.js

7

libs/dom.js

@@ -267,3 +267,8 @@ ( function( global, factory ) {

} else {
this._elem = _getElement(name);
if (name && name.length == 1) {
this._elem = _getElement(name[0]);
}
else {
this._elem = _getElement(name);
}
this._isArr = this._elem._isarr;

@@ -270,0 +275,0 @@ this._elem = this._elem._elem;

2

package.json

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

"name": "febs-browser",
"version": "0.8.16"
"version": "0.8.17"
}
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