Socket
Socket
Sign inDemoInstall

warp-arbundles

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

warp-arbundles - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

build/node/cjs/src/index.d.ts

@@ -6,1 +6,2 @@ export * from './signing';

export * from './tags';
export * from './constants';

@@ -22,2 +22,3 @@ "use strict";

__exportStar(require("./tags"), exports);
__exportStar(require("./constants"), exports);
//# sourceMappingURL=index.js.map

1

build/node/cjs/src/signing/chains/index.d.ts
export { default as ArweaveSigner } from './ArweaveSigner';
export * from './InjectedArweaveSigner';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -23,3 +9,2 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

Object.defineProperty(exports, "ArweaveSigner", { enumerable: true, get: function () { return __importDefault(ArweaveSigner_1).default; } });
__exportStar(require("./InjectedArweaveSigner"), exports);
//# sourceMappingURL=index.js.map

@@ -7,3 +7,2 @@ /// <reference types="node" />

ArweaveSigner: typeof arbundlesSrc.ArweaveSigner;
InjectedArweaveSigner: typeof arbundlesSrc.InjectedArweaveSigner;
createData(data: string | Uint8Array, signer: arbundlesSrc.Signer, opts?: arbundlesSrc.DataItemCreateOptions): arbundlesSrc.DataItem;

@@ -17,2 +16,4 @@ MAX_TAG_BYTES: 4096;

AVSCTap: typeof arbundlesSrc.AVSCTap;
SignatureConfig: typeof arbundlesSrc.SignatureConfig;
SIG_CONFIG: Record<arbundlesSrc.SignatureConfig, arbundlesSrc.SignatureMeta>;
};

@@ -25,3 +26,2 @@ export * from './src/index';

ArweaveSigner: typeof arbundlesSrc.ArweaveSigner;
InjectedArweaveSigner: typeof arbundlesSrc.InjectedArweaveSigner;
createData(data: string | Uint8Array, signer: arbundlesSrc.Signer, opts?: arbundlesSrc.DataItemCreateOptions): arbundlesSrc.DataItem;

@@ -35,2 +35,4 @@ MAX_TAG_BYTES: 4096;

AVSCTap: typeof arbundlesSrc.AVSCTap;
SignatureConfig: typeof arbundlesSrc.SignatureConfig;
SIG_CONFIG: Record<arbundlesSrc.SignatureConfig, arbundlesSrc.SignatureMeta>;
};

@@ -6,1 +6,2 @@ export * from './signing/index.js';

export * from './tags.js';
export * from './constants.js';

@@ -6,2 +6,3 @@ export * from './signing/index.js';

export * from './tags.js';
export * from './constants.js';
//# sourceMappingURL=index.js.map
export { default as ArweaveSigner } from './ArweaveSigner.js';
export * from './InjectedArweaveSigner.js';
export { default as ArweaveSigner } from './ArweaveSigner.js';
export * from './InjectedArweaveSigner.js';
//# sourceMappingURL=index.js.map

@@ -7,3 +7,2 @@ /// <reference types="node" />

ArweaveSigner: typeof arbundlesSrc.ArweaveSigner;
InjectedArweaveSigner: typeof arbundlesSrc.InjectedArweaveSigner;
createData(data: string | Uint8Array, signer: arbundlesSrc.Signer, opts?: arbundlesSrc.DataItemCreateOptions): arbundlesSrc.DataItem;

@@ -17,2 +16,4 @@ MAX_TAG_BYTES: 4096;

AVSCTap: typeof arbundlesSrc.AVSCTap;
SignatureConfig: typeof arbundlesSrc.SignatureConfig;
SIG_CONFIG: Record<arbundlesSrc.SignatureConfig, arbundlesSrc.SignatureMeta>;
};

@@ -25,3 +26,2 @@ export * from './src/index.js';

ArweaveSigner: typeof arbundlesSrc.ArweaveSigner;
InjectedArweaveSigner: typeof arbundlesSrc.InjectedArweaveSigner;
createData(data: string | Uint8Array, signer: arbundlesSrc.Signer, opts?: arbundlesSrc.DataItemCreateOptions): arbundlesSrc.DataItem;

@@ -35,2 +35,4 @@ MAX_TAG_BYTES: 4096;

AVSCTap: typeof arbundlesSrc.AVSCTap;
SignatureConfig: typeof arbundlesSrc.SignatureConfig;
SIG_CONFIG: Record<arbundlesSrc.SignatureConfig, arbundlesSrc.SignatureMeta>;
};

@@ -6,1 +6,2 @@ export * from './signing/index.js';

export * from './tags.js';
export * from './constants.js';

@@ -6,2 +6,3 @@ export * from './signing/index.js';

export * from './tags.js';
export * from './constants.js';
//# sourceMappingURL=index.js.map
export { default as ArweaveSigner } from './ArweaveSigner.js';
export * from './InjectedArweaveSigner.js';
export { default as ArweaveSigner } from './ArweaveSigner.js';
export * from './InjectedArweaveSigner.js';
//# sourceMappingURL=index.js.map

@@ -7,3 +7,2 @@ /// <reference types="node" />

ArweaveSigner: typeof arbundlesSrc.ArweaveSigner;
InjectedArweaveSigner: typeof arbundlesSrc.InjectedArweaveSigner;
createData(data: string | Uint8Array, signer: arbundlesSrc.Signer, opts?: arbundlesSrc.DataItemCreateOptions): arbundlesSrc.DataItem;

@@ -17,2 +16,4 @@ MAX_TAG_BYTES: 4096;

AVSCTap: typeof arbundlesSrc.AVSCTap;
SignatureConfig: typeof arbundlesSrc.SignatureConfig;
SIG_CONFIG: Record<arbundlesSrc.SignatureConfig, arbundlesSrc.SignatureMeta>;
};

@@ -25,3 +26,2 @@ export * from './src/index.js';

ArweaveSigner: typeof arbundlesSrc.ArweaveSigner;
InjectedArweaveSigner: typeof arbundlesSrc.InjectedArweaveSigner;
createData(data: string | Uint8Array, signer: arbundlesSrc.Signer, opts?: arbundlesSrc.DataItemCreateOptions): arbundlesSrc.DataItem;

@@ -35,2 +35,4 @@ MAX_TAG_BYTES: 4096;

AVSCTap: typeof arbundlesSrc.AVSCTap;
SignatureConfig: typeof arbundlesSrc.SignatureConfig;
SIG_CONFIG: Record<arbundlesSrc.SignatureConfig, arbundlesSrc.SignatureMeta>;
};
{
"name": "warp-arbundles",
"version": "1.0.1",
"version": "1.0.2",
"description": "Arbundles minimum version required for warp-contracts purposes.",

@@ -5,0 +5,0 @@ "main": "build/node/cjs/index.js",

@@ -6,1 +6,2 @@ export * from './signing';

export * from './tags';
export * from './constants';
export { default as ArweaveSigner } from './ArweaveSigner';
export * from './InjectedArweaveSigner';

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 too big to display

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