Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@amplication/plugin-db-sqlserver
Advanced tools
Use an MS SQL Server database in a service generated by Amplication
Use an MS SQL Server database in the service generated by Amplication.
This plugin adds the required code to use MS SQL Server database in the service generated by Amplication. It updates the following parts:
schema.prisma
filedocker-compose.yml
db
service to the docker-compose.dev.yml
.env
The plugin uses the parameters configured on the plugin settings page.
These settings include: host
, port
, user
, password
, dbName
This plugin integrates with the all default tasks and scripts used by the generated service:
"seed": "ts-node scripts/seed.ts",
"db:migrate-save": "prisma migrate dev",
"db:migrate-up": "prisma migrate deploy",
"db:clean": "ts-node scripts/clean.ts",
"db:init": "run-s \"db:migrate-save -- --name 'initial version'\" db:migrate-up seed",
"prisma:generate": "prisma generate",
"docker:db": "docker-compose -f docker-compose.db.yml up -d",
"docker:build": "docker build .",
"compose:up": "docker-compose up -d",
"compose:down": "docker-compose down --volumes"
FAQs
Use an MS SQL Server database in a service generated by Amplication
The npm package @amplication/plugin-db-sqlserver receives a total of 19,916 weekly downloads. As such, @amplication/plugin-db-sqlserver popularity was classified as popular.
We found that @amplication/plugin-db-sqlserver demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.