🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@deepkit/api-console-gui

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepkit/api-console-gui - npm Package Versions

1
35
11

1.0.1-alpha.142

Diff
marcj
published 1.0.1-alpha.142 •

Changelog

Source

1.0.1-alpha.142 (2024-03-06)

Bug Fixes

  • type-compiler: support windows reflection pattern matching (cec3146)
marcj
published 1.0.1-alpha.141 •

Changelog

Source

1.0.1-alpha.141 (2024-03-05)

Bug Fixes

  • orm: remove browser export (58bb3c8)
  • rpc: maintain strictSerialization option also in new observables (273330b)
  • type: handle Function correctly in type comparisons (16f0c1d)
marcj
published 1.0.1-alpha.140 •

Changelog

Source

1.0.1-alpha.140 (2024-03-02)

Bug Fixes

  • framework: also disconnect broker/stopwatch onServerShutdown (69c56eb)

Features

  • sql: support per-field name remapping (63b8aaf)
marcj
published 1.0.1-alpha.139 •

Changelog

Source

1.0.1-alpha.139 (2024-02-29)

Bug Fixes

  • create-app: adjust example app to new API changes (d2b1c26)
  • rpc: only print warning text, not error (ed8cfe7)
  • type-compiler: mark the right SourceFile object as processed (38cfdf0)
  • type: better error message when fast path type resolution fails due to undefined symbols (0ef082d)
marcj
published 1.0.1-alpha.138 •

Changelog

Source

1.0.1-alpha.138 (2024-02-27)

Bug Fixes

  • type: make sure methods are not part of deserialization/type guard union resolver (eb08a73)
marcj
published 1.0.1-alpha.137 •

Changelog

Source

1.0.1-alpha.137 (2024-02-26)

Bug Fixes

  • app: allow to inject optional services (52fd21f)
  • desktop-ui: correctly unregister destroyed sidebar (8613ae4)
  • framework: order of scoped services to allow injecting HttpRequest in RpcKernelSecurity (9a5e300)
  • type: correctly type guard null in optional properties (c0adcb0)
marcj
published 1.0.1-alpha.136 •

Changelog

Source

1.0.1-alpha.136 (2024-02-20)

Bug Fixes

  • desktop-ui: correctly publish package.json (23f14ac)
marcj
published 1.0.1-alpha.135 •

Changelog

Source

1.0.1-alpha.135 (2024-02-16)

Features

  • rpc: reuse type cache across connections + made strictSerialization(false) less strict (1b55b08)
marcj
published 1.0.1-alpha.134 •

Changelog

Source

1.0.1-alpha.134 (2024-02-15)

Bug Fixes

  • bson: allow to serialize null to optional property (77b0020)

Features

  • rpc: allow to disable strict serialization and validation (d7a8155)
  • rpc: use rpc.logValidationErrors also for strict serializer (78f57e9)
marcj
published 1.0.1-alpha.133 •

Changelog

Source

1.0.1-alpha.133 (2024-02-15)

Bug Fixes

  • bson: fix surrogate pair decoding (cb9f648)

Features

  • app: allow array flags in object literal (690927c)
  • bson: export new wrapObjectId/wrapUUId for faster any serialization (718839b)
  • mongo: add readPreference support (6275c37)
  • rpc: allow serialization of unknown Observable type (0014074)