Socket
Socket
Sign inDemoInstall

anydb-sql-migrations

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anydb-sql-migrations - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

2

package.json
{
"name": "anydb-sql-migrations",
"version": "2.1.3",
"version": "2.1.4",
"description": "Database migrations for anydb-sql",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -45,4 +45,12 @@ ## anydb-sql-migrations

If you want to silently run the migrations, you can pass `{ silent: true }` to `run` and `migrate` functions
```js
require('anydb-sql-migrate')
.create(myanydbsql, '/path/to/migrations/dir')
.migrate({ silent: true }); // it will supress only console.logs, not errors
```
# license
MIT
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