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 0.13.0 to 0.13.1

2

CHANGELOG.md
# Change Log
- **Last updated**: 2022-10-04T10:33:14Z
- **Last updated**: 2022-10-04T17:35:45Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

@@ -39,7 +39,6 @@ import { isString } from "@thi.ng/checks/is-string";

#endif
${opts.debug ? "\n#include <stdalign.h>" : ""}
#include <stddef.h>
#include <stdint.h>${opts.pre ? `\n${opts.pre}` : ""}`,
post: () => `${opts.post ? `${opts.post}\n` : ""}#ifdef __cplusplus\n}\n#endif`,
post: () => `${opts.post ? `${opts.post}\n` : ""}#ifdef __cplusplus\n}\n#endif\n`,
doc: (doc, acc, opts) => {

@@ -46,0 +45,0 @@ acc.push(...prefixLines("// ", doc, opts.lineWidth));

{
"name": "@thi.ng/wasm-api",
"version": "0.13.0",
"version": "0.13.1",
"description": "Generic, modular, extensible API bridge, polyglot glue code and bindings code generators for hybrid JS & WebAssembly projects",

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

"@thi.ng/api": "^8.4.3",
"@thi.ng/args": "^2.2.3",
"@thi.ng/args": "^2.2.4",
"@thi.ng/binary": "^3.3.6",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/compare": "^2.1.13",
"@thi.ng/defmulti": "^2.1.16",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/file-io": "^0.3.13",
"@thi.ng/defmulti": "^2.1.17",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/file-io": "^0.3.14",
"@thi.ng/hex": "^2.2.1",
"@thi.ng/idgen": "^2.1.14",
"@thi.ng/idgen": "^2.1.15",
"@thi.ng/logger": "^1.4.0",
"@thi.ng/paths": "^5.1.16",
"@thi.ng/strings": "^3.3.13"
"@thi.ng/paths": "^5.1.17",
"@thi.ng/strings": "^3.3.14"
},

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

},
"gitHead": "6f14e9de72c701f9c3c12d2e1bbd34a5dc86197a\n"
"gitHead": "c3f7d6598c7d7d0c61ba87150a56deac12649d7b\n"
}
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