Socket
Socket
Sign inDemoInstall

tedious

Package Overview
Dependencies
Maintainers
8
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tedious - npm Package Compare versions

Comparing version 9.2.1 to 9.2.2

23

package.json

@@ -30,3 +30,3 @@ {

"license": "MIT",
"version": "9.2.1",
"version": "9.2.2",
"main": "./lib/tedious.js",

@@ -44,3 +44,3 @@ "repository": {

"dependencies": {
"@azure/ms-rest-nodeauth": "2.0.2",
"@azure/ms-rest-nodeauth": "^3.0.6",
"@js-joda/core": "^3.1.0",

@@ -138,3 +138,20 @@ "bl": "^3.0.0",

"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [
1,
"always",
100
],
"footer-max-line-length": [
1,
"always",
100
],
"header-max-length": [
1,
"always",
100
]
}
},

@@ -141,0 +158,0 @@ "nyc": {

3

tsconfig.json

@@ -11,3 +11,4 @@ {

"allowSyntheticDefaultImports": true,
"lib": [ "esnext" ]
"lib": [ "esnext" ],
"skipLibCheck": true,
},

@@ -14,0 +15,0 @@

Sorry, the diff of this file is too big to display

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