Socket
Socket
Sign inDemoInstall

arbundles

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arbundles - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

4

build/node/cjs/src/tags.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.deserializeTags = exports.serializeTags = exports.AVSCTap = void 0;
const index_1 = require("../index");
const DataItem_1 = require("./DataItem");
class AVSCTap {
constructor(buf = Buffer.alloc(index_1.MAX_TAG_BYTES), pos = 0) {
constructor(buf = Buffer.alloc(DataItem_1.MAX_TAG_BYTES), pos = 0) {
this.buf = buf;

@@ -8,0 +8,0 @@ this.pos = pos;

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

import { MAX_TAG_BYTES } from "../index.js";
import { MAX_TAG_BYTES } from "./DataItem.js";
export class AVSCTap {

@@ -3,0 +3,0 @@ buf;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.deserializeTags = exports.serializeTags = exports.AVSCTap = void 0;
const index_1 = require("../index");
const DataItem_1 = require("./DataItem");
class AVSCTap {
constructor(buf = Buffer.alloc(index_1.MAX_TAG_BYTES), pos = 0) {
constructor(buf = Buffer.alloc(DataItem_1.MAX_TAG_BYTES), pos = 0) {
this.buf = buf;

@@ -8,0 +8,0 @@ this.pos = pos;

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

import { MAX_TAG_BYTES } from "../index.js";
import { MAX_TAG_BYTES } from "./DataItem.js";
export class AVSCTap {

@@ -3,0 +3,0 @@ buf;

{
"name": "arbundles",
"version": "0.9.1",
"version": "0.9.2",
"description": "Arweave bundling library",

@@ -5,0 +5,0 @@ "author": "Josh Benaron <joshbenaron@gmail.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc