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

@best/api-db

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@best/api-db - npm Package Compare versions

Comparing version 6.2.0 to 6.3.0

6

package.json

@@ -5,4 +5,4 @@ {

"pg": "^8.4.1",
"sqlite": "^4.0.25",
"sqlite3": "5.0.4"
"sqlite": "4.1.1",
"sqlite3": "5.0.6"
},

@@ -22,3 +22,3 @@ "description": "Best Api Database",

},
"version": "6.2.0"
"version": "6.3.0"
}

@@ -8,6 +8,9 @@ # API DB

## SQLite
SQLite is configured by default, but if you would like to provide a custom path you can use the following configuration.
### Config
Inside your `best.config.js` you need to have the following:
```

@@ -27,3 +30,5 @@ {

### Config
Inside your `best.config.js` you need to have the following:
```

@@ -38,2 +43,2 @@ {

For Postgres, you need to provision and manage your own database.
For Postgres, you need to provision and manage your own database.
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