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

@onflow/protobuf

Package Overview
Dependencies
Maintainers
7
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/protobuf - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

CHANGELOG.md

@@ -5,2 +5,6 @@ ### Unreleased

### 0.1.4 -- 2020-07-13
- 2020-06-10 **BREAKING** -- Update protobufs according to latest changes to support script arguments
### 0.1.3 -- 2020-06-03

@@ -7,0 +11,0 @@

4

package.json
{
"name": "@onflow/protobuf",
"version": "0.1.3",
"version": "0.1.4",
"description": "Access Node Protobuf",

@@ -32,3 +32,3 @@ "license": "Apache-2.0",

"prepublishOnly": "npm test && npm run build",
"test": "jest --verbose",
"test": "jest",
"build": "webpack --mode=production"

@@ -35,0 +35,0 @@ },

@@ -7,3 +7,3 @@ # @onflow/protobuf

- **Last Updated:** April 21st 2020
- **Last Updated:** June 13th 2020
- **Stable:** Yes

@@ -10,0 +10,0 @@ - **Risk of Breaking Change:** High

@@ -428,2 +428,9 @@ // package: access

clearArgumentsList(): void;
getArgumentsList(): Array<Uint8Array | string>;
getArgumentsList_asU8(): Array<Uint8Array>;
getArgumentsList_asB64(): Array<string>;
setArgumentsList(value: Array<Uint8Array | string>): void;
addArguments(value: Uint8Array | string, index?: number): Uint8Array | string;
serializeBinary(): Uint8Array;

@@ -442,2 +449,3 @@ toObject(includeInstance?: boolean): ExecuteScriptAtLatestBlockRequest.AsObject;

script: Uint8Array | string,
argumentsList: Array<Uint8Array | string>,
}

@@ -457,2 +465,9 @@ }

clearArgumentsList(): void;
getArgumentsList(): Array<Uint8Array | string>;
getArgumentsList_asU8(): Array<Uint8Array>;
getArgumentsList_asB64(): Array<string>;
setArgumentsList(value: Array<Uint8Array | string>): void;
addArguments(value: Uint8Array | string, index?: number): Uint8Array | string;
serializeBinary(): Uint8Array;

@@ -472,2 +487,3 @@ toObject(includeInstance?: boolean): ExecuteScriptAtBlockIDRequest.AsObject;

script: Uint8Array | string,
argumentsList: Array<Uint8Array | string>,
}

@@ -485,2 +501,9 @@ }

clearArgumentsList(): void;
getArgumentsList(): Array<Uint8Array | string>;
getArgumentsList_asU8(): Array<Uint8Array>;
getArgumentsList_asB64(): Array<string>;
setArgumentsList(value: Array<Uint8Array | string>): void;
addArguments(value: Uint8Array | string, index?: number): Uint8Array | string;
serializeBinary(): Uint8Array;

@@ -500,2 +523,3 @@ toObject(includeInstance?: boolean): ExecuteScriptAtBlockHeightRequest.AsObject;

script: Uint8Array | string,
argumentsList: Array<Uint8Array | string>,
}

@@ -502,0 +526,0 @@ }

@@ -101,2 +101,9 @@ // package: execution

clearArgumentsList(): void;
getArgumentsList(): Array<Uint8Array | string>;
getArgumentsList_asU8(): Array<Uint8Array>;
getArgumentsList_asB64(): Array<string>;
setArgumentsList(value: Array<Uint8Array | string>): void;
addArguments(value: Uint8Array | string, index?: number): Uint8Array | string;
serializeBinary(): Uint8Array;

@@ -116,2 +123,3 @@ toObject(includeInstance?: boolean): ExecuteScriptAtBlockIDRequest.AsObject;

script: Uint8Array | string,
argumentsList: Array<Uint8Array | string>,
}

@@ -118,0 +126,0 @@ }

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

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