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
2
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

to
0.1.2

5

package.json
{
"name": "azure-kusto-data",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -33,4 +33,5 @@ "main": "index.js",

"devDependencies": {
"mocha": "^5.2.0"
"mocha": "^5.2.0",
"sinon": "^6.3.4"
}
}

2

README.md

@@ -58,3 +58,3 @@ # Microsoft Azure Kusto Data Library for Node

```javascript
KustoConnectionStringBuilder.withAadUserPasswordAuthentication(`https://${clusterName}.kusto.windows.net`,'username','password');
KustoConnectionStringBuilder.withAadDeviceAuthentication(`https://${clusterName}.kusto.windows.net`);
```

@@ -61,0 +61,0 @@