Gathering detailed insights and metrics for tedious
Gathering detailed insights and metrics for tedious
Gathering detailed insights and metrics for tedious
Gathering detailed insights and metrics for tedious
@opentelemetry/instrumentation-tedious
OpenTelemetry instrumentation for `tedious` database client for Microsoft SQL Server
@types/tedious
Stub TypeScript definitions entry for tedious, which provides its own types definitions
mssql
Microsoft SQL Server client for Node.js.
@tediousjs/connection-string
SQL ConnectionString parser
Node TDS module for connecting to SQL Server databases.
npm install tedious
Typescript
Module System
Min. Node Version
Node Version
NPM Version
78.8
Supply Chain
90.8
Quality
86
Maintenance
100
Vulnerability
98.2
License
TypeScript (51.95%)
JavaScript (48.02%)
Dockerfile (0.03%)
Total Downloads
233,926,799
Last Day
135,293
Last Week
1,594,621
Last Month
6,247,904
Last Year
83,510,815
MIT License
1,595 Stars
2,247 Commits
437 Forks
66 Watchers
179 Branches
100 Contributors
Updated on Jun 23, 2025
Minified
Minified + Gzipped
Latest Version
18.6.1
Package Id
tedious@18.6.1
Unpacked Size
3.28 MB
Size
694.16 kB
File Count
327
NPM Version
10.7.0
Node Version
18.20.4
Published on
Aug 17, 2024
Cumulative downloads
Total Downloads
10
28
Tedious is a pure-Javascript implementation of the TDS protocol, which is used to interact with instances of Microsoft's SQL Server. It is intended to be a fairly slim implementation of the protocol, with not too much additional functionality.
NOTE: New columns are nullable by default as of version 1.11.0
Previous behavior can be restored using config.options.enableAnsiNullDefault = false
. See pull request 230.
NOTE: Default login behavior has changed slightly as of version 1.2
See the changelog for version history.
Node.js is a prerequisite for installing tedious. Once you have installed Node.js, installing tedious is simple:
npm install tedious
More documentation and code samples are available at tediousjs.github.io/tedious/
Tedious is simply derived from a fast, slightly garbled, pronunciation of the letters T, D and S.
We'd like to learn more about how you use tedious:
We welcome contributions from the community. Feel free to checkout the code and submit pull requests.
Copyright (c) 2010-2021 Mike D Pilsbury
The MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
Found 10/26 approved changesets -- score normalized to 3
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreLast Day
52.1%
135,293
Compared to previous day
Last Week
6%
1,594,621
Compared to previous week
Last Month
-3.4%
6,247,904
Compared to previous month
Last Year
50.5%
83,510,815
Compared to previous year