New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@onflow/transport-grpc

Package Overview
Dependencies
Maintainers
11
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.2.0-alpha.2 to 1.2.0-alpha.3

13

CHANGELOG.md
# @onflow/transport-grpc
## 1.2.0-alpha.3
### Patch Changes
- [#1658](https://github.com/onflow/fcl-js/pull/1658) [`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106) Thanks [@nialexsan](https://github.com/nialexsan)! - Align jest version
- Updated dependencies [[`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106)]:
- @onflow/util-invariant@1.1.0-alpha.1
- @onflow/util-template@1.1.0-alpha.1
- @onflow/util-address@1.1.0-alpha.4
- @onflow/protobuf@1.2.0-alpha.1
- @onflow/rlp@1.1.0-alpha.1
## 1.2.0-alpha.2

@@ -4,0 +17,0 @@

14

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

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

"@onflow/fcl-bundle": "^1.3.0-alpha.0",
"jest": "^27.0.6",
"jest": "^27.5.1",
"jest-esm-transformer": "1.0.0"

@@ -42,8 +42,8 @@ },

"@improbable-eng/grpc-web-node-http-transport": "^0.14.0",
"@onflow/protobuf": "^1.2.0-alpha.0",
"@onflow/rlp": "^1.1.0-alpha.0",
"@onflow/util-address": "^1.1.0-alpha.3",
"@onflow/util-invariant": "^1.1.0-alpha.0",
"@onflow/util-template": "^1.1.0-alpha.0"
"@onflow/protobuf": "^1.2.0-alpha.1",
"@onflow/rlp": "^1.1.0-alpha.1",
"@onflow/util-address": "^1.1.0-alpha.4",
"@onflow/util-invariant": "^1.1.0-alpha.1",
"@onflow/util-template": "^1.1.0-alpha.1"
}
}

@@ -40,3 +40,3 @@ ---

📖 **gRPC Access API URLs** can be found [here](https://docs.onflow.org/access-api/#flow-access-node-endpoints). The public Flow gRPC access nodes are accessible at:
📖 **gRPC Access API URLs** can be found [here](https://developers.flow.com/concepts/nodes/access-api#flow-access-node-endpoints). The public Flow gRPC access nodes are accessible at:
- Testnet `https://access-testnet.onflow.org`

@@ -46,4 +46,4 @@ - Mainnet `https://access-mainnet.onflow.org`

For more information, please consult the [FCL-JS SDK guidelines](/docs/reference/sdk-guidelines.mdx).
For more information, please consult the [FCL-JS SDK guidelines](https://developers.flow.com/tooling/fcl-js/sdk-guidelines).
For information about installing and configuring FCL, see the [FCL Quick Start Tutorial](/docs/tutorials/flow-app-quickstart.mdx).
For information about installing and configuring FCL, see the [FCL Quick Start Tutorial](https://developers.flow.com/tutorials/flow-app-quickstart).
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