New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ydb-sdk

Package Overview
Dependencies
Maintainers
0
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ydb-sdk - npm Package Versions

1
11

2.4.2

Diff

yandex-cloud-bot
published 2.4.1 •

yandex-cloud-bot
published 2.4.0 •

Changelog

Source

2.4.0

  • Support new unified environment variables: YDB_ACCESS_TOKEN_CREDENTIALS, YDB_ANONYMOUS_CREDENTIALS, YDB_METADATA_CREDENTIALS, YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS
  • Deprecate old credentials environment variables: YDB_TOKEN, SA_ID, SA_PRIVATE_KEY_FILE, SA_ACCESS_KEY_ID, SA_JSON_FILE
  • Put back embedded certificate file, now certificates for YDB dedicated instances are concatenated with system certificates, which should allow to use embedded certificate for both dedicated and serverless databases.
yandex-cloud-bot
published 2.3.0 •

Changelog

Source

2.3.0

  • Provide Primitive helper class for easy creation of primitive values, see how it's used in in /scan-query example.
yandex-cloud-bot
published 2.2.0 •

Changelog

Source

2.2.0

  • Support streamExecuteScanQuery() method in tableClient
  • Provide means to alter default snake_case - camelCase field names conversion when moving data between YDB and JS side, via @withTypeOptions decorator (with an example)
yandex-cloud-bot
published 2.1.0 •

Changelog

Source

2.1.0

  • Allow passing gRPC client options under clientOptions key to Driver constructor. This enables changing different gRPC settings in tableClient and schemaClient calls.
yandex-cloud-bot
published 2.0.1 •

yandex-cloud-bot
published 2.0.0 •

Changelog

Source

2.0.0

  • BREAKING CHANGE: StorageSettings class exported at toplevel has changed its structure: the only public storageKind field has been renamed to media, type is the same. This was done due to underlying protobufs change, where StorageSettings message has been completely changed and the old StorageSettings is now known as StoragePool (with media field).
  • Added JSON_DOCUMENT YDB primitive support.
  • ExecuteStreamQuery -> StreamExecuteScanQuery in protobufs
  • and many other changes in protobufs.
yandex-cloud-bot
published 1.10.1 •

yandex-cloud-bot
published 1.10.0 •

Changelog

Source

1.10.0

  • Add alterTable method to TableSession class
  • Put compiled protobufs to a separate 'ydb-sdk' namespace
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