Socket
Socket
Sign inDemoInstall

bufio

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bufio - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

lib/encoding.js

@@ -501,3 +501,3 @@ /*!

num &= BigInt(0xffffffffffffffff);
num &= BigInt('0xffffffffffffffff');

@@ -517,3 +517,3 @@ const hi = Number(num >> BigInt(32));

num &= BigInt(0xffffffffffffff);
num &= BigInt('0xffffffffffffff');

@@ -520,0 +520,0 @@ const hi = Number(num >> BigInt(32));

{
"name": "bufio",
"version": "1.1.0",
"version": "1.1.1",
"description": "Buffer and serialization utilities for javascript",

@@ -5,0 +5,0 @@ "keywords": [

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