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

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.0 to 1.0.1

1

build/node/cjs/src/signing/Signer.d.ts

@@ -14,3 +14,4 @@ /// <reference types="node" />

abstract setPublicKey?(): Promise<void>;
abstract getAddress?(): Promise<string>;
static verify(_pk: string | Buffer, _message: Uint8Array, _signature: Uint8Array, _opts?: any): boolean;
}

@@ -14,3 +14,4 @@ /// <reference types="node" />

abstract setPublicKey?(): Promise<void>;
abstract getAddress?(): Promise<string>;
static verify(_pk: string | Buffer, _message: Uint8Array, _signature: Uint8Array, _opts?: any): boolean;
}

@@ -14,3 +14,4 @@ /// <reference types="node" />

abstract setPublicKey?(): Promise<void>;
abstract getAddress?(): Promise<string>;
static verify(_pk: string | Buffer, _message: Uint8Array, _signature: Uint8Array, _opts?: any): boolean;
}

2

package.json
{
"name": "warp-arbundles",
"version": "1.0.0",
"version": "1.0.1",
"description": "Arbundles minimum version required for warp-contracts purposes.",

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

@@ -15,2 +15,3 @@ import { DataItem } from '../DataItem';

abstract setPublicKey?(): Promise<void>;
abstract getAddress?(): Promise<string>;
static verify(_pk: string | Buffer, _message: Uint8Array, _signature: Uint8Array, _opts?: any): boolean {

@@ -17,0 +18,0 @@ throw new Error('You must implement verify method on child');

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc