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

fastify-mssql

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-mssql - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

24

package.json
{
"name": "fastify-mssql",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fastify Plugin to manage MSSQL connections",

@@ -9,2 +9,5 @@ "main": "plugin.js",

},
"engines": {
"node": ">=10"
},
"license": "Apache-2.0",

@@ -23,6 +26,12 @@ "licenses": [

"author": "Leonardo Rossi <leonardo.rossi@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/nearform/fastify-mssql.git"
},
"homepage": "https://github.com/nearform/fastify-mssql#readme",
"bugs": {
"url": "https://github.com/nearform/fastify-mssql/issues"
},
"dependencies": {
"fastify": "^3.11.0",
"fastify-plugin": "^3.0.0",
"mssql": "^6.3.1"
"fastify-plugin": "^3.0.0"
},

@@ -32,5 +41,10 @@ "devDependencies": {

"@types/mssql": "^6.0.7",
"jest": "^26.6.3"
"fastify": "^3.11.0",
"jest": "^26.6.3",
"mssql": "^6.3.1"
},
"peerDependencies": {
"mssql": ">=6.0.0"
},
"types": "plugin.d.ts"
}
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