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.66 to 0.8.67

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

2

browser/common/utils.bigint.js

@@ -57,3 +57,3 @@ 'use strict';

} else {
if (v[j] < '1' || v[j] > '9')
if (v[0] < '1' || v[0] > '9')
return false;

@@ -60,0 +60,0 @@ }

@@ -114,1 +114,6 @@

0.8.67
==================
- [bugfix] bigint check.

@@ -88,3 +88,3 @@ {

"name": "febs",
"version": "0.8.66"
"version": "0.8.67"
}
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