Socket
Socket
Sign inDemoInstall

@web3api/asyncify-js

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3api/asyncify-js - npm Package Versions

1
45

0.0.1-prealpha.35

Diff

Changelog

Source

Web3API 0.0.1-prealpha.35

Bugs

  • @web3api/schema-bind: Fix TypeScript plugin enum bindings.
web3-api-build-bot
published 0.0.1-prealpha.34 •

Changelog

Source

Web3API 0.0.1-prealpha.34

Bugs

  • @web3api/schema-bind: Fix TypeScript enum bindings.
  • @web3api/graph-node-plugin-js: Fix mismatched schema.
web3-api-build-bot
published 0.0.1-prealpha.33 •

Changelog

Source

Web3API 0.0.1-prealpha.33

Bugs

  • @web3api/schema-bind: Fixed plugin code generation oversight. Should be using null instead of undefined.
web3-api-build-bot
published 0.0.1-prealpha.32 •

Changelog

Source

Web3API 0.0.1-prealpha.32

Features

  • Improved the plugin developer experience by creating a new w3 plugin codegen command, which generated types based on the plugin's schema. For an example of how this works, see the updated plugin template project by running w3 create plugin typescript my-plugin.
  • @web3api/cli: Refactored the w3 codegen command, making its default behavior the generation of types for Web3APIs. It's "old" behavior of loading a custom generation script is now usable through the --custom option.

Bugs

  • @web3api/cli: Properly validate all required Wasm exports when compiling Web3APIs.
web3-api-build-bot
published 0.0.1-prealpha.31 •

Changelog

Source

Web3API 0.0.1-prealpha.31

Features

  • Use Binaryen's Asyncify to support async Wasm import calls. Deprecate the Wasm threading model we were using previously. This now means that the client now supports all browsers, as it no longer requires SharedArrayBuffer & the atomics library.
  • @web3api/graph-node-plugin-js: Finalized the graph-node plugin implementation, added e2e tests. It currently only works with the hosted service.

Bugs

  • Removed support for UInt64 & Int64 base types. More info here.
  • @web3api/cli: Properly validate all required exports from Web3API Wasm modules at compile-time.
  • @web3api/ethereum-plugin-js: Properly support smart contract methods with structures as arguments.
1
45
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