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

@onflow/transport-grpc

Package Overview
Dependencies
Maintainers
14
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/transport-grpc - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0

21

CHANGELOG.md
# @onflow/transport-grpc
## 1.0.0
### Major Changes
- [#1100](https://github.com/onflow/fcl-js/pull/1100) [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854) Thanks [@justinbarry](https://github.com/justinbarry)! - Release 1.0.0 alpha
### Patch Changes
- [#1129](https://github.com/onflow/fcl-js/pull/1129) [`7287ff14`](https://github.com/onflow/fcl-js/commit/7287ff14d20e19270ff345cd8b274ad5c8509eb7) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Add blockId to GetTransactionStatus response
* [#1164](https://github.com/onflow/fcl-js/pull/1164) [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8) Thanks [@justinbarry](https://github.com/justinbarry)! - No longer minify released source code.
- [#1115](https://github.com/onflow/fcl-js/pull/1115) [`f7a985b3`](https://github.com/onflow/fcl-js/commit/f7a985b3cb64ed80c7354f97177ae7ef006530fe) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - **BREAKING** Remove deprecated block builders, interaction types and send methods.
- Updated dependencies [[`2768d1fa`](https://github.com/onflow/fcl-js/commit/2768d1fac5c74f7fc81cd0810fb7f30b68f8ab6d), [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8), [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854)]:
- @onflow/util-address@1.0.0
- @onflow/util-invariant@1.0.0
- @onflow/rlp@1.0.0
- @onflow/util-template@1.0.0
- @onflow/protobuf@1.0.0
## 1.0.0-alpha.3

@@ -4,0 +25,0 @@

12

package.json
{
"name": "@onflow/transport-grpc",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"description": "Flow SDK GRPC Transport Module",

@@ -40,8 +40,8 @@ "license": "Apache-2.0",

"@improbable-eng/grpc-web-node-http-transport": "^0.14.0",
"@onflow/protobuf": "^1.0.0-alpha.0",
"@onflow/rlp": "^1.0.0-alpha.1",
"@onflow/util-address": "^1.0.0-alpha.1",
"@onflow/util-invariant": "^1.0.0-alpha.1",
"@onflow/util-template": "^1.0.0-alpha.1"
"@onflow/protobuf": "^1.0.0",
"@onflow/rlp": "^1.0.0",
"@onflow/util-address": "^1.0.0",
"@onflow/util-invariant": "^1.0.0",
"@onflow/util-template": "^1.0.0"
}
}
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