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.68 to 1.4.69

8

CHANGELOG.md
# Change Log
- **Last updated**: 2024-04-11T12:32:44Z
- **Last updated**: 2024-04-20T14:42:45Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

### [1.4.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.69) (2024-04-20)
#### ♻️ Refactoring
- update type usage ([ab27740](https://github.com/thi-ng/umbrella/commit/ab27740))
### [1.4.54](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.54) (2024-02-22)

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

4

object-index.d.ts

@@ -1,2 +0,2 @@

import type { Predicate, Range1_32 } from "@thi.ng/api";
import type { Maybe, Predicate, Range1_32 } from "@thi.ng/api";
import { IDGen } from "@thi.ng/idgen";

@@ -59,3 +59,3 @@ import type { ILogger } from "@thi.ng/logger";

get(id: number, ensure: true): T;
get(id: number, ensure: false): T | undefined;
get(id: number, ensure: false): Maybe<T>;
/**

@@ -62,0 +62,0 @@ * Applies given predicate to all active items and returns ID of first

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

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

"dependencies": {
"@thi.ng/api": "^8.10.1",
"@thi.ng/arrays": "^2.9.3",
"@thi.ng/checks": "^3.6.1",
"@thi.ng/errors": "^2.5.4",
"@thi.ng/hex": "^2.3.43",
"@thi.ng/idgen": "^2.2.38",
"@thi.ng/logger": "^3.0.9"
"@thi.ng/api": "^8.11.0",
"@thi.ng/arrays": "^2.9.4",
"@thi.ng/checks": "^3.6.2",
"@thi.ng/errors": "^2.5.5",
"@thi.ng/hex": "^2.3.44",
"@thi.ng/idgen": "^2.2.39",
"@thi.ng/logger": "^3.0.10"
},

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

},
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
}

@@ -392,6 +392,6 @@ <!-- This file is generated - DO NOT EDIT! -->

```html
<script type="module" src="https://cdn.skypack.dev/@thi.ng/wasm-api"></script>
<script type="module" src="https://esm.run/@thi.ng/wasm-api"></script>
```
[Skypack documentation](https://docs.skypack.dev/)
[JSDelivr documentation](https://www.jsdelivr.com/)

@@ -398,0 +398,0 @@ Package sizes (brotli'd, pre-treeshake): ESM: 2.69 KB

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