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

@bfchain/bnrtc2-buffer

Package Overview
Dependencies
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfchain/bnrtc2-buffer - npm Package Compare versions

Comparing version 0.0.1-alpha.4 to 0.0.1-alpha.5

1

cjs/buffer.d.ts

@@ -0,1 +1,2 @@

import "@bfchain/bnrtc2-buffer-typings";
export declare class Bnrtc2Buffer implements Bnrtc2.Bnrtc2Buffer {

@@ -2,0 +3,0 @@ private static HEAD_RESERVE_SIZE;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Bnrtc2Buffer = void 0;
require("@bfchain/bnrtc2-buffer-typings");
const util_encoding_utf8_1 = require("@bfchain/util-encoding-utf8");

@@ -5,0 +6,0 @@ function nextpow2(n) {

@@ -0,1 +1,2 @@

import "@bfchain/bnrtc2-buffer-typings";
export declare class Bnrtc2Buffer implements Bnrtc2.Bnrtc2Buffer {

@@ -2,0 +3,0 @@ private static HEAD_RESERVE_SIZE;

@@ -0,1 +1,2 @@

import "@bfchain/bnrtc2-buffer-typings";
import { encodeUTF8ToBinary, decodeBinaryToUTF8 } from "@bfchain/util-encoding-utf8";

@@ -2,0 +3,0 @@ function nextpow2(n) {

@@ -0,1 +1,2 @@

import "@bfchain/bnrtc2-buffer-typings";
export declare class Bnrtc2Buffer implements Bnrtc2.Bnrtc2Buffer {

@@ -2,0 +3,0 @@ private static HEAD_RESERVE_SIZE;

@@ -0,1 +1,2 @@

import "@bfchain/bnrtc2-buffer-typings";
import { encodeUTF8ToBinary, decodeBinaryToUTF8 } from "@bfchain/util-encoding-utf8";

@@ -2,0 +3,0 @@ function nextpow2(n) {

4

package.json
{
"name": "@bfchain/bnrtc2-buffer",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.5",
"main": "cjs/index.js",

@@ -9,5 +9,5 @@ "type": "cjs/index.d.ts",

"dependencies": {
"@bfchain/bnrtc2-buffer-typings": "^0.0.1-alpha.4",
"@bfchain/bnrtc2-buffer-typings": "^0.0.1-alpha.5",
"@bfchain/util-encoding-utf8": "^0.0.1-alpha.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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