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

@onflow/fcl

Package Overview
Dependencies
Maintainers
14
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/fcl - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

21

CHANGELOG.md
# @onflow/fcl
## 1.0.1
### Patch Changes
- [#1181](https://github.com/onflow/fcl-js/pull/1181) [`25e87101`](https://github.com/onflow/fcl-js/commit/25e8710162a105771d1629eced6270ce37718a1b) Thanks [@jribbink](https://github.com/jribbink)! - Added exception handling in transaction subscriber polling to handle network disconnect/server error events
* [#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/config@1.0.1
- @onflow/rlp@1.0.1
- @onflow/sdk@1.0.1
- @onflow/types@1.0.1
- @onflow/util-actor@1.0.1
- @onflow/util-address@1.0.1
- @onflow/util-invariant@1.0.1
- @onflow/util-template@1.0.1
- @onflow/util-uid@1.0.1
## 1.0.0

@@ -836,3 +855,3 @@

fcl.config()
.put("env", "testnet")
.put("flow.network", "testnet")
.put("0xProfile", "0x1d007d755506c469")

@@ -839,0 +858,0 @@

22

package.json
{
"name": "@onflow/fcl",
"version": "1.0.0",
"version": "1.0.1",
"description": "Flow Client Library",

@@ -41,16 +41,16 @@ "license": "Apache-2.0",

"build": "microbundle --no-compress --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version",
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version"
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version --no-compress"
},
"dependencies": {
"@onflow/config": "^1.0.0",
"@onflow/config": "^1.0.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.0.0",
"@onflow/sdk": "^1.0.0",
"@onflow/types": "^1.0.0",
"@onflow/util-actor": "^1.0.0",
"@onflow/util-address": "^1.0.0",
"@onflow/util-invariant": "^1.0.0",
"@onflow/util-template": "^1.0.0",
"@onflow/util-uid": "^1.0.0"
"@onflow/rlp": "^1.0.1",
"@onflow/sdk": "^1.0.1",
"@onflow/types": "^1.0.1",
"@onflow/util-actor": "^1.0.1",
"@onflow/util-address": "^1.0.1",
"@onflow/util-invariant": "^1.0.1",
"@onflow/util-template": "^1.0.1",
"@onflow/util-uid": "^1.0.1"
}
}

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 not supported yet

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