Socket
Socket
Sign inDemoInstall

@web3api/react

Package Overview
Dependencies
172
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
4567

0.0.1-prealpha.15

Diff

Changelog

Source

Web3API 0.0.1-prealpha.15

Bugs

  • Fix extractPluginConfigs.ts output.
web3-api-build-bot
published 0.0.1-prealpha.13 •

Changelog

Source

Web3API 0.0.1-prealpha.13

Features

  • Improved template projects that are used with the w3 create ... CLI command.
web3-api-build-bot
published 0.0.1-prealpha.12 •

Changelog

Source

Web3API 0.0.1-prealpha.12

Bug Fixes

  • Added schemas to plugin manifest modules, removing the need for import_redirects.
  • Fixed the IpfsPlugin's addFile method.
  • Improved the api/assemblyscript template project.
web3-api-build-bot
published 0.0.1-prealpha.11 •

Changelog

Source

Web3API 0.0.1-prealpha.11

Bug Fixes

  • @web3api/cli: Include the internationalization JSON files in the published package.
web3-api-build-bot
published 0.0.1-prealpha.10 •

Changelog

Source

Web3API 0.0.1-prealpha.10

Bug Fixes

  • @web3api/ens-plugin-js: Fix the schema.
web3-api-build-bot
published 0.0.1-prealpha.9 •

Changelog

Source

Web3API 0.0.1-prealpha.9

Features

  • @web3api/cli: CLI Internalized Text Support
    • Currently English is implemented, and Spanish support is slated to be added next.
  • @web3api/schema-parse: GraphQL Infinite Cycle Detection
    • Bad object relationships within the Web3API's GraphQL schema are now automatically detected, ensuring developers never create objects that can never be instantiated properly.
  • @web3api/templates: Auto-Generate Smart Contract ABI & Bytecode Assemblyscript Module
    • This auto-generated module is being used within the deployContract mutation.

Bug Fixes

  • @web3api/core-js: The resolve-uri core algorithm had an "off by one" iteration bug, where it never retried the first api-resolver in the implementations array.
  • @web3api/ethereum-plugin-js: When using a provider that lacks signing capabilities (ex: Infura RPC endpoint), the getContract function was trying to get a signer when one did not exist.
  • @web3api/ipfs-plugin-js: Fixed this plugin's schema, as it was using unsupported syntax.

Misc

  • Upgrade node version to v14.16.0.
  • Upgrade TypeScript version to v4.0.7.
web3-api-build-bot
published 0.0.1-prealpha.8 •

Changelog

Source

Web3API 0.0.1-prealpha.8

Bug Fixes

  • Fixed bug in @web3api/react package.

Misc

  • Removed documentation & demos from the monorepo.
web3-api-build-bot
published 0.0.1-prealpha.7 •

Changelog

Source

Web3API 0.0.1-prealpha.7

Features

  • Console Log Web3API
    • Calls log on logger plugin at uri w3://w3/logger. Default logger logs to console, but can be overridden with redirect to custom logger web3api implementation.
    • Log levels: Debug, Info, Warn, Error
  • createWeb3ApiClient(...) helper for easily setting up a Web3API Client with all needed plugins (ex: ethereum, ipfs, etc) in one function call.
    • Additional support for plugins can be added in the future, without bloating the @web3api/client-js package thanks to dynamic imports!
  • When using the Web3ApiClient, specify Web3API URIs without having to create a new URI class (new Uri("...")). Simply provide a string instead.
  • Improved plugin instantiation interface.

Bug Fixes

  • Proper MsgPack numeric overflow assertions (closes: #150)
  • Proper usage of GraphQL Aliases when invoking multiple methods in one query.
web3-api-build-bot
published 0.0.1-prealpha.6 •

Changelog

Source

Web3API 0.0.1-prealpha.6

Features

  • Web3API React Integration: @web3api/react
    • Add the Web3ApiProvider HOC to the root of your application.
    • Use the useWeb3ApiQuery hook to execute queries.
  • Web3API CLI e2e tests.
  • @web3api/test-env-js package for common testing logic.
  • @web3api/test-cases for common test cases.

Bug Fixes

  • Remove unused workerize-loader package & logic.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc