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

@thi.ng/wasm-api

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/wasm-api - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

CHANGELOG.md
# Change Log
- **Last updated**: 2022-12-01T18:02:30Z
- **Last updated**: 2022-12-02T14:13:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/wasm-api",
"version": "1.2.0",
"version": "1.2.1",
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",

@@ -58,5 +58,7 @@ "type": "module",

"bindings",
"bigint",
"browser",
"c",
"event",
"hex",
"interop",

@@ -66,2 +68,4 @@ "logger",

"modular",
"polyglot",
"shared-memory",
"string",

@@ -73,2 +77,3 @@ "typedarray",

"webassembly",
"zig",
"ziglang"

@@ -116,3 +121,3 @@ ],

},
"gitHead": "199dcde33bf3d0b0bbd205d3b870dff43b735b22\n"
"gitHead": "7d1e314f207299ff3c1a782d287ad99120b40b85\n"
}

@@ -316,3 +316,4 @@ <!-- This file is generated - DO NOT EDIT! -->

// Declare extra WASM API packages to use
// Each package can also declare its dependencies
// Each package can also declare dependencies to other such packages
// (wasm-api and wasm-api-bindgen are made available everywhere)
.packages = &.{

@@ -323,2 +324,3 @@ .{ .id = "wasm-api-dom", .path = "@thi.ng/wasm-api-dom/zig/lib.zig" },

// (optional) build mode override
// if commented out, we can pass CLI args to choose build mode (default: .Debug)
.mode = .ReleaseSmall,

@@ -325,0 +327,0 @@ }).install();

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