Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/wasm-api-bindgen

Package Overview
Dependencies
Maintainers
1
Versions
119
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 0.4.51 to 0.4.52

5

c11.js

@@ -32,6 +32,3 @@ import { topoSort } from "@thi.ng/arrays/topo-sort";

const C11 = (opts = {}) => {
const { typePrefix } = {
typePrefix: "",
...opts
};
const { typePrefix = "" } = opts;
const INDENT = " ";

@@ -38,0 +35,0 @@ const SCOPES = [/\{$/, /^\}[ A-Za-z0-9_]*[;,]?$/];

8

CHANGELOG.md
# Change Log
- **Last updated**: 2024-02-22T11:59:16Z
- **Last updated**: 2024-02-22T23:15:26Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

### [0.4.52](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.4.52) (2024-02-22)
#### ♻️ Refactoring
- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0))
### [0.4.51](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.4.51) (2024-02-22)

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

{
"name": "@thi.ng/wasm-api-bindgen",
"version": "0.4.51",
"version": "0.4.52",
"description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects",

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

"@thi.ng/errors": "^2.4.18",
"@thi.ng/file-io": "^1.3.2",
"@thi.ng/file-io": "^1.3.3",
"@thi.ng/logger": "^3.0.2",

@@ -124,3 +124,3 @@ "@thi.ng/paths": "^5.1.67",

},
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n"
"gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n"
}

@@ -26,7 +26,3 @@ import {

const TYPESCRIPT = (opts = {}) => {
const { indent } = {
indent: " ",
stringType: "slice",
...opts
};
const { indent = " " } = opts;
const SCOPES = [/\{$/, /(?<!\{.*)\}\)?[;,]?$/];

@@ -33,0 +29,0 @@ const gen = {

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