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.4.66 to 1.4.67

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-27T09:53:46Z
- **Last updated**: 2024-04-08T14:59:30Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

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

@@ -40,9 +40,9 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/arrays": "^2.9.1",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/hex": "^2.3.41",
"@thi.ng/idgen": "^2.2.36",
"@thi.ng/logger": "^3.0.7"
"@thi.ng/api": "^8.10.0",
"@thi.ng/arrays": "^2.9.2",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/hex": "^2.3.42",
"@thi.ng/idgen": "^2.2.37",
"@thi.ng/logger": "^3.0.8"
},

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

},
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n"
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
}

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

> [!NOTE]
> This is one of 190 standalone projects, maintained as part
> This is one of 191 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -384,4 +384,10 @@ > and anti-framework.

ES module import:
ESM import:
```ts
import * as wa from "@thi.ng/wasm-api";
```
Browser ESM import:
```html

@@ -393,8 +399,2 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/wasm-api"></script>

For Node.js REPL:
```js
const wasmApi = await import("@thi.ng/wasm-api");
```
Package sizes (brotli'd, pre-treeshake): ESM: 2.69 KB

@@ -401,0 +401,0 @@

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