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
134
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.4.11 to 1.4.12

zig/zig-cache/h/ba512eeb40ec3bbb1da8a45fbead6bc3.txt

9

CHANGELOG.md
# Change Log
- **Last updated**: 2023-06-29T08:54:28Z
- **Last updated**: 2023-07-14T11:37:51Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,9 @@

### [1.4.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.12) (2023-07-14)
#### ♻️ Refactoring
- update zig build script ([ac0f375](https://github.com/thi-ng/umbrella/commit/ac0f375))
- use non-deprecated `std.Build.Step.Compile` type
### [1.4.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.10) (2023-06-29)

@@ -14,0 +21,0 @@

6

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

@@ -39,3 +39,3 @@ "type": "module",

"@thi.ng/api": "^8.8.2",
"@thi.ng/arrays": "^2.5.13",
"@thi.ng/arrays": "^2.5.14",
"@thi.ng/checks": "^3.3.14",

@@ -119,3 +119,3 @@ "@thi.ng/errors": "^2.2.17",

},
"gitHead": "b363e93fb1b9e754957309ab582bba16b8e187ca\n"
"gitHead": "88cfe77770f3b07c788301dccefcb9547cd4aff6\n"
}

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

// obtain a standard std.Build.Step.Compile, pre-configured w/ given options
// see source comments in imported build-v0.11.zig for further details...
var lib = @import("node_modules/@thi.ng/wasm-api/zig/build-v0.11.zig").wasmLib(b, .{
// see source comments in imported build.zig for further details...
var lib = @import("node_modules/@thi.ng/wasm-api/zig/build.zig").wasmLib(b, .{
// Declare extra WASM API modules to use

@@ -328,0 +328,0 @@ // Each can also declare dependencies to other modules

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