New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bufio

Package Overview
Dependencies
Maintainers
3
Versions
23
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.2.2 to 1.2.3

eslint.config.cjs

8

lib/encoding.js

@@ -538,3 +538,2 @@ /*!

function writeBigU256(dst, num, off) {
// eslint-disable-next-line valid-typeof
enforce(typeof num === 'bigint', 'num', 'bigint');

@@ -554,3 +553,2 @@

function writeBigU128(dst, num, off) {
// eslint-disable-next-line valid-typeof
enforce(typeof num === 'bigint', 'num', 'bigint');

@@ -570,3 +568,2 @@

function writeBigU64(dst, num, off) {
// eslint-disable-next-line valid-typeof
enforce(typeof num === 'bigint', 'num', 'bigint');

@@ -586,3 +583,2 @@

function writeBigU56(dst, num, off) {
// eslint-disable-next-line valid-typeof
enforce(typeof num === 'bigint', 'num', 'bigint');

@@ -717,3 +713,2 @@

function writeBigU256BE(dst, num, off) {
// eslint-disable-next-line valid-typeof
enforce(typeof num === 'bigint', 'num', 'bigint');

@@ -733,3 +728,2 @@

function writeBigU128BE(dst, num, off) {
// eslint-disable-next-line valid-typeof
enforce(typeof num === 'bigint', 'num', 'bigint');

@@ -749,3 +743,2 @@

function writeBigU64BE(dst, num, off) {
// eslint-disable-next-line valid-typeof
enforce(typeof num === 'bigint', 'num', 'bigint');

@@ -765,3 +758,2 @@

function writeBigU56BE(dst, num, off) {
// eslint-disable-next-line valid-typeof
enforce(typeof num === 'bigint', 'num', 'bigint');

@@ -768,0 +760,0 @@

2

lib/reader.js

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

/** @type {Buffer} */
data;
// data; // TODO: Figure out what to do here.

@@ -29,0 +29,0 @@ /**

{
"name": "bufio",
"version": "1.2.2",
"version": "1.2.3",
"description": "Buffer and serialization utilities for javascript",

@@ -23,7 +23,7 @@ "keywords": [

"devDependencies": {
"bmocha": "^2.1.0",
"bmocha": "^2.2.1",
"bts-type-deps": "^0.0.3"
},
"engines": {
"node": ">=14.0.0"
"node": ">=8.0.0"
},

@@ -30,0 +30,0 @@ "browser": {

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