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

azure-kusto-data

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-kusto-data - npm Package Versions

1345
8

5.2.1

Diff
boshalom
published 5.2.1 •

Changelog

Source

[5.2.1] - 2023-08-22

Fixed

  • Avoid node headers in browser (Accept-Encoding, Connection)
  • Remove dependency on crypto browserify

Added

  • sample app for browser auth and run from react vite
  • Export from index.ts more classes that are exposed to user
boshalom
published 5.2.0 •

Changelog

Source

[5.2.0] - 2023-07-18

Added

  • Streaming from blob url is now supported (in ManagedStreamingIngest too)

Fixed

  • Some internal types exposed as they are retuned to the user.
  • Remove streamify from browser flow
  • Default tenant of user prompt was nullified if options were given
boshalom
published 5.1.0 •

Changelog

Source

[5.1.0] - 2023-06-13

Added

  • Streaming from blob url is now supported (in ManagedStreamingIngest too)

Fixed

  • More robust handling of errors in queued ingestion (resource manager improvements)
  • Fixed exports using the wrong types
boshalom
published 5.0.4 •

Changelog

Source

[5.0.4] - 2023-05-09

Fixed

  • IgnoreFirstRecord ingestion option is now supported
  • Edge case in getting the username on azure functions environments is now handled by @Apokalypt
boshalom
published 5.0.3 •

Changelog

Source

[5.0.3] - 2023-04-30

Added

  • ConnectionStringBuilder now accepts certificate path
  • ConnectionStringBuilder now accepts a TokenCredential

Fixed

  • Fixed parsing of certain commands
boshalom
published 5.0.2 •

Changelog

Source

[5.0.2] - 2023-04-18

Fixed

  • Remove authorization header from errors
  • Escape non-ascii headers to align with the service

Added

  • Internal devops improvements
boshalom
published 5.0.1 •

Changelog

Source

[5.0.1] - 2023-02-23

Fixed

  • Fixed issue with metadata endpoint in browsers by @sagivf
boshalom
published 5.0.0 •

Changelog

Source

[5.0.0] - 2023-02-14

Changed

  • [BREAKING] - the minimal version for NodeJS is now 16
  • [BREAKING] - removed moment.js from project and fixed timespan parsing:
    • By default, Timespan will now be parsed into a number of milliseconds by default, matching Date substraction
    • By default, Datetime fields will now be parsed into a native Date object
    • To change the default, use KustoResultTable.timeSpanParser and KustoResultTable.dateTimeParser
  • Browser compatible package
  • The SDK now supports being run in a browser
  • See README.md for details
  • Added Security.MD
  • Overall bugs fixes
  • Use azure identity instead of Msal for authentication

Removed

  • moment.js
boshalom
published 4.0.5 •

Changelog

Source

[4.0.5] - 2022-01-18

Changed

  • Upgrade MSAL dependency
  • Fix lockfile error
boshalom
published 4.0.3 •

Changelog

Source

[4.0.3] - 2021-12-29

Fixed

  • Fix vulnerability - jsonwebtoken