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
2345
8Next

0.0.1-prealpha.85

Diff

Changelog

Source

Web3API 0.0.1-prealpha.85

Features

  • PR-910 @web3api/cli: web3api.infra.yaml manifests now support the concept of "default" modules.
  • PR-878 @web3api/client-js: Workflows can now be run using the client.run(...) method. Integration into the Polywrap CLI will be released in the near future.

Bugs

  • PR-908 @web3api/asyncify-js: Improved WebAssembly import sanitization has been added, resolving an ambiguous error that was found when extraneous imports were added to a built module.
  • PR-902 @web3api/cli: w3 create plugin ... & w3 create app ... now properly parse their expected language and name arguments.
web3-api-build-bot
published 0.0.1-prealpha.84 •

Changelog

Source

Web3API 0.0.1-prealpha.84

Features

  • PR-328 @web3api/infra: A modular infrastructure pipeline has been added to the CLI, available via the w3 infra ... command. This command allows for custom infra modules to be defined and combined, able to support any 3rd party services your development requires. This command supersedes the old w3 test-env ... command.
  • PR-898 @web3api/cli: The wasm/rust default build image has been updated to include the wasm-snip utility, which helps remove dead code from the wasm modules in a post-processing step. This has reduce the average Rust-based wasm module's size by ~85%.
  • PR-885 @web3api/test-env-js: A buildApi helper function has been added.

Breaking Changes

  • PR-328 @web3api/cli: The w3 test-env ... command has been removed and replaced by the w3 infra ... command.
web3-api-build-bot
published 0.0.1-prealpha.83 •

Changelog

Source

Web3API 0.0.1-prealpha.83

Features

  • PR-870 @web3api/cli: The web3api.deploy.yaml manifest file now supports the use of environment variables.
  • PR-866 @web3api/test-env-js: The buildAndDeployApi test utility now supports recursive ENS subdomain registration.

Bugs

  • PR-884 @web3api/client-js: Plugin registrations are now properly sanitized, and overridden plugins will be removed from the plugins array.
  • PR-892 @web3api/cli: Some minor fixes have been made to the wasm/rust build image's default Dockerfile.
web3-api-build-bot
published 0.0.1-prealpha.82 •

Changelog

Source

Web3API 0.0.1-prealpha.82

Features

  • PR-699 @web3api/cli: Support for Rust based WebAssembly wrappers has been added.

Breaking Changes

  • PR-872 @web3api/schema-bind: TypeScript bindings for both app & plugin projects now use ArrayBuffer to represent the schema's Bytes type, instead of the previous Uint8Array.
web3-api-build-bot
published 0.0.1-prealpha.81 •

Changelog

Source

Web3API 0.0.1-prealpha.81

Features

  • PR-864 @web3api/react: useWeb3ApiInvoke and useWeb3ApiQuery hooks now support configuring the client's environment, along with all other configuration options.
  • PR-808 @web3api/cli: The web3api.build.yaml manifest now supports additional docker buildkit configuration options, including:
    • local docker image layer cache
    • custom image output location
    • remove image after build
    • remove builder instance after build
  • PR-827 @web3api/ethereum-plugin-js: The provider's connection can now be configured via the wrapper's environment.
  • PR-807 @web3api/cli: Make the CLI's Docker file-lock project specific, instead of global to the CLI installation.

Bugs

  • PR-847 @web3api/templates: The template projects used for the w3 create ... CLI command now have proper CI setup, and multiple bugs were fixed within them.
  • PR-861 @web3api/test-env-js: The buildAndDeployApi function's ensName no longer assumes the .eth TLD is ommitted, and requires the user to provide it along with the domain name. This was the original behavior, and was modified in release 0.0.1-prealpha.75.

Breaking Changes

  • PR-859 @web3api/cli: The CLI is now built using the commander package. The CLI's help text formatting has changed in structure as a result.
web3-api-build-bot
published 0.0.1-prealpha.80 •

Changelog

Source

Web3API 0.0.1-prealpha.80

Bugs

  • PR-855 Pinned @types/prettier to version 2.6.0 to fix an issue that was created by the latest release.
web3-api-build-bot
published 0.0.1-prealpha.79 •

Changelog

Source

Web3API 0.0.1-prealpha.79

Bugs

  • PR-852 @web3api/client-test-env: The IPFS node's API endpoint now has CORS enabled via the following configuration properties:
    • API.HTTPHeaders.Access-Control-Allow-Origin: ["*"]
    • API.HTTPHeaders.Access-Control-Allow-Methods: ["GET", "POST", "PUT", "DELETE"]
web3-api-build-bot
published 0.0.1-prealpha.78 •

Changelog

Source

Web3API 0.0.1-prealpha.78

Bugs

  • Pinned @types/prettier to version 2.6.0 to fix an issue that was created by the latest release.
web3-api-build-bot
published 0.0.1-prealpha.77 •

Changelog

Source

Web3API 0.0.1-prealpha.77

Features

  • PR-846 @web3api/wasm-as: Add support for automatic JSON serialization via the @serial-as/transform asc compiler transformation.
  • PR-846 @web3api/schema-bind: Assemblyscript object types now have Type.toJson(type) and Type.fromJson(json) static helper methods added to all class instances.
  • PR-840 @web3api/cli: Allow async getClientConfig functions within modules passed into the w3 query command's --client-config option.
web3-api-build-bot
published 0.0.1-prealpha.76 •

Changelog

Source

Web3API 0.0.1-prealpha.76

Bugs

  • PR-836 @web3api/cli: All commands properly handle the --help option.
2345
8Next
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