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

@onflow/fcl

Package Overview
Dependencies
Maintainers
11
Versions
312
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.4.0-alpha.10 to 1.4.0-alpha.11

.babelrc

29

package.json
{
"name": "@onflow/fcl",
"version": "1.4.0-alpha.10",
"version": "1.4.0-alpha.11",
"description": "Flow Client Library",

@@ -16,5 +16,2 @@ "license": "Apache-2.0",

"jest": {
"transform": {
".js": "jest-esm-transformer"
},
"testEnvironment": "jsdom",

@@ -31,4 +28,4 @@ "globals": {

"eslint-plugin-jsdoc": "^40.0.1",
"jest": "^27.5.1",
"jest-esm-transformer": "1.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"typescript": "^4.9.5"

@@ -54,15 +51,15 @@ },

"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.1.0-alpha.7",
"@onflow/config": "^1.1.0-alpha.8",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.1.0-alpha.1",
"@onflow/sdk": "^1.2.0-alpha.9",
"@onflow/types": "^1.1.0-alpha.1",
"@onflow/util-actor": "^1.2.0-alpha.2",
"@onflow/util-address": "^1.1.0-alpha.4",
"@onflow/util-invariant": "^1.1.0-alpha.1",
"@onflow/util-logger": "^1.2.0-alpha.2",
"@onflow/util-template": "^1.1.0-alpha.1",
"@onflow/util-uid": "^1.1.0-alpha.2",
"@onflow/rlp": "^1.1.0-alpha.2",
"@onflow/sdk": "^1.2.0-alpha.10",
"@onflow/types": "^1.1.0-alpha.2",
"@onflow/util-actor": "^1.2.0-alpha.3",
"@onflow/util-address": "^1.1.0-alpha.5",
"@onflow/util-invariant": "^1.1.0-alpha.2",
"@onflow/util-logger": "^1.2.0-alpha.3",
"@onflow/util-template": "^1.1.0-alpha.2",
"@onflow/util-uid": "^1.1.0-alpha.3",
"node-fetch": "^2.6.7"
}
}

@@ -8,2 +8,3 @@ /**

* Provides methods for interacting with a transaction
*
* @param {string} transactionId - The transaction ID

@@ -17,3 +18,3 @@ * @returns {{

* }}
*/
*/
export function transaction(transactionId: string): {

@@ -20,0 +21,0 @@ snapshot: () => Promise<TransactionStatus>;

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