You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@deepkit/api-console-api

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

1
35
9

1.0.1-alpha.140

Diff
m
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)
m
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)
m
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)
m
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)
m
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)
m
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)
m
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)
m
marcj
published 1.0.1-alpha.132 •

Changelog

Source

1.0.1-alpha.132 (2024-02-10)

Bug Fixes

  • rpc: better error message when no observable type can be extracted (5e7ecf1)
  • sql: strings should be nullable without casting as JSON (#552) (fe55b7f)
  • type: intersection of two different primitive types always return never (#549) (20d3dc8)

Features

  • mongo: export custom command API (d82ccd1)
m
marcj
published 1.0.1-alpha.131 •

Changelog

Source

1.0.1-alpha.131 (2024-02-09)

Bug Fixes

  • http: make sure all path parameters are available in HttpRequestParser (e215420)
  • rpc: error Observable Subscribers when no Observable Next type can be detected (e207fea)
  • type: make sure cast<string> throws when null/undefined is passed (1bb3641)
m
marcj
published 1.0.1-alpha.128 •

Changelog

Source

1.0.1-alpha.128 (2024-02-06)

Bug Fixes

  • framework: esm import (a9927c2)
  • injector: correctly label symbols (ac07f21)
  • postgres: don't crash when no index can be extracted (c80e88f)

Features

  • http: add new HttpRequestParser<T> injection token (6101f83)