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.
grunt-fluentmigrator
Advanced tools
Here is simple Migrate.exe wrapper. Provide path to executable(relative to project directory) and command-line parameters which will be passed directly to executable(you can list all parameters by typing Migrate.exe -h)
grunt.initConfig({
fluentmigrator: {
options: {
exePath: 'tools/migrator/Migrate.exe',
params: {
assembly : 'src/SomeProject.Migrations/bin/Debug/SomeProject.Migrations.dll',
output: true,
outputFileName: 'migrated.sql',
conn: "Server=.;initial catalog=SiteDb;Integrated Security=true;"
}
}
}
})
This default options will be merged with task-defined
{
exePath: 'Migrate.exe',
params: {
provider: 'sqlserver2012',
preview: true,
task: 'migrate'
}
}
0.1.2 (June 9, 2014)
0.1.1 (May 29, 2014)
FAQs
Fluent Migrator wrapper
The npm package grunt-fluentmigrator receives a total of 3 weekly downloads. As such, grunt-fluentmigrator popularity was classified as not popular.
We found that grunt-fluentmigrator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.