Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bufrw

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bufrw - npm Package Compare versions

Comparing version 0.9.21 to 0.9.22

test/varint.js

2

index.js

@@ -79,2 +79,4 @@ // Copyright (c) 2015 Uber Technologies, Inc.

module.exports.varint = require('./varint');
module.exports.Series = require('./series');

@@ -81,0 +83,0 @@ module.exports.Struct = require('./struct');

2

package.json
{
"name": "bufrw",
"version": "0.9.21",
"version": "0.9.22",
"description": "Buffer Reading and Writing",

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

@@ -34,3 +34,4 @@ // Copyright (c) 2015 Uber Technologies, Inc.

require('./variable_buffer_rw');
require('./varint');
require('./stream');
require('./test_rw');
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