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

12

CHANGELOG.md
# @onflow/transport-grpc
## 1.0.1
### Patch Changes
- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging
- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]:
- @onflow/rlp@1.0.1
- @onflow/util-address@1.0.1
- @onflow/util-invariant@1.0.1
- @onflow/util-template@1.0.1
## 1.0.0

@@ -4,0 +16,0 @@

12

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

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

"test:watch": "jest --watch",
"start": "microbundle watch"
"start": "microbundle watch --no-compress"
},

@@ -42,7 +42,7 @@ "dependencies": {

"@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"
"@onflow/rlp": "^1.0.1",
"@onflow/util-address": "^1.0.1",
"@onflow/util-invariant": "^1.0.1",
"@onflow/util-template": "^1.0.1"
}
}
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