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

@thi.ng/wasm-api

Package Overview
Dependencies
Maintainers
0
Versions
146
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 2.1.0 to 2.2.0

deftype.d.ts

8

CHANGELOG.md
# Change Log
- **Last updated**: 2024-11-09T15:34:31Z
- **Last updated**: 2024-11-10T17:11:51Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.2.0) (2024-11-10)
#### 🚀 Features
- add defType() construction helper ([947e3fc](https://github.com/thi-ng/umbrella/commit/947e3fc))
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.1.0) (2024-11-09)

@@ -14,0 +20,0 @@

export * from "./api.js";
export * from "./bridge.js";
export * from "./deftype.js";
export * from "./memory.js";

@@ -4,0 +5,0 @@ export * from "./object-index.js";

export * from "./api.js";
export * from "./bridge.js";
export * from "./deftype.js";
export * from "./memory.js";

@@ -4,0 +5,0 @@ export * from "./object-index.js";

23

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

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

"clean": "bun ../../tools/src/clean-package.ts",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",

@@ -43,9 +43,9 @@ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",

"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/arrays": "^2.10.4",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/hex": "^2.3.55",
"@thi.ng/idgen": "^2.2.51",
"@thi.ng/logger": "^3.0.21"
"@thi.ng/api": "^8.11.12",
"@thi.ng/arrays": "^2.10.5",
"@thi.ng/checks": "^3.6.14",
"@thi.ng/errors": "^2.5.18",
"@thi.ng/hex": "^2.3.56",
"@thi.ng/idgen": "^2.2.52",
"@thi.ng/logger": "^3.0.22"
},

@@ -109,2 +109,5 @@ "devDependencies": {

},
"./deftype": {
"default": "./deftype.js"
},
"./memory": {

@@ -127,3 +130,3 @@ "default": "./memory.js"

},
"gitHead": "c2c371069911fdae138149fdcf937c4ad7a8c71e\n"
"gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
}

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

Package sizes (brotli'd, pre-treeshake): ESM: 3.05 KB
Package sizes (brotli'd, pre-treeshake): ESM: 3.11 KB

@@ -466,0 +466,0 @@ ## Dependencies

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