Socket
Socket
Sign inDemoInstall

b4a

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

b4a - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

4

browser.js

@@ -73,4 +73,4 @@ const ascii = require('./lib/ascii')

for (let n = len - (len % 4); i < n; i += 4) {
const x = a.getUint32(i, LE)
const y = b.getUint32(i, LE)
const x = a.getUint32(i)
const y = b.getUint32(i)
if (x < y) return -1

@@ -77,0 +77,0 @@ if (x > y) return 1

{
"name": "b4a",
"version": "1.5.1",
"version": "1.5.2",
"description": "Bridging the gap between buffers and typed arrays",

@@ -5,0 +5,0 @@ "main": "index.js",

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