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 Compare versions

Comparing version 4.0.5 to 5.0.0

dist-esm/src/client.js

44

package.json
{
"name": "azure-kusto-data",
"version": "4.0.5",
"version": "5.0.0",
"description": "Azure Data Explorer Query SDK",
"main": "index.js",
"types": "index.d.ts",
"module": "dist-esm/src/index.js",
"types": "./types/src/index.d.ts",
"main": "dist-esm/src/index",
"scripts": {
"clean": "rimraf dist/* dist-esm/* types/*",
"build": "tsc"
},
"browser": {
"fs": false,
"os": false,
"process": false,
"stream-http": false,
"https": false,
"http": false,
"crypto": false,
"stream": false,
"./dist-esm/src/connectionBuilder.js": "./dist-esm/src/connectionBuilder.browser.js"
},
"engines": {
"node": ">= 14.0.0"
"node": ">= 16.0.0"
},

@@ -32,9 +45,6 @@ "publishConfig": {

"files": [
"source/**/*.js",
"source/**/*.d.ts",
"index.js",
"index.d.ts",
"dist-esm/src/*.js",
"types/src/*.d.ts",
"tsconfig.tsbuildinfo",
"example.js",
"source/wellKnownKustoEndpoints.json"
"dist-esm/src/wellKnownKustoEndpoints.json"
],

@@ -44,11 +54,15 @@ "author": "",

"homepage": "https://github.com/Azure/azure-kusto-node/blob/master/azure-kusto-data/README.md",
"devDependencies": {
"assert": "^2.0.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"@azure/identity": "^2.1.0",
"@azure/msal-node": "^1.14.6",
"@types/node": "^18.6.4",
"@azure/msal-common": "^7.3.0",
"@types/uuid": "^8.3.4",
"axios": "^0.27.2",
"crypto-browserify": "^3.12.0",
"follow-redirects": "^1.15.1",
"moment": "^2.29.4",
"ts-node": "^10.9.1",
"https-browserify": "^1.0.0",
"stream-http": "^3.2.0",
"uuid": "^8.3.2"

@@ -59,3 +73,3 @@ },

},
"gitHead": "8334664cbe164ff6411593258ff7ade7c642b639"
"gitHead": "c4879740fb5c41c26e87ea5f9c2ca4e420ee9514"
}

@@ -1,2 +0,2 @@

# Microsoft Azure Kusto Data Library for Node
# Microsoft Azure Kusto Data Library for JavaScript

@@ -44,3 +44,2 @@ ## Installation

"certificate",
"thumbprint",
"authorityId"

@@ -47,0 +46,0 @@ );

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