New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/wasm-api-bindgen

Package Overview
Dependencies
Maintainers
0
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.1 to 1.1.0

9

CHANGELOG.md
# Change Log
- **Last updated**: 2025-01-04T21:07:38Z
- **Last updated**: 2025-01-10T10:06:26Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@1.1.0) (2025-01-10)
#### 🚀 Features
- update generated TS default imports ([b9ffe90](https://github.com/thi-ng/umbrella/commit/b9ffe90))
- update test snapshots
## [0.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.8.0) (2024-11-10)

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

6

package.json
{
"name": "@thi.ng/wasm-api-bindgen",
"version": "1.0.1",
"version": "1.1.0",
"description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects",

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

"@thi.ng/strings": "^3.9.0",
"@thi.ng/wasm-api": "^2.2.7"
"@thi.ng/wasm-api": "^2.3.0"
},

@@ -133,3 +133,3 @@ "devDependencies": {

},
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n"
"gitHead": "d52592c42d33072925fb531e70e2879fd52b26e6\n"
}

@@ -36,3 +36,3 @@ import {

"// @ts-ignore possibly includes unused imports",
`import { defType, Pointer, ${str}, type IWasmMemoryAccess, type MemorySlice, type MemoryView, type WasmTypeBase } from "@thi.ng/wasm-api";`
`import { defType, Pointer, ${str}, type IWasmMemoryAccess, type MemorySlice, type MemoryView, type WasmTypeBase, type WasmTypeKeys } from "@thi.ng/wasm-api";`
];

@@ -39,0 +39,0 @@ if (Object.values(coll).some(

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