🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@useatlas/mysql

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useatlas/mysql - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+1
-1
package.json
{
"name": "@useatlas/mysql",
"version": "0.0.4",
"version": "0.0.5",
"description": "Atlas MySQL datasource plugin",

@@ -5,0 +5,0 @@ "type": "module",

@@ -7,7 +7,4 @@ # @useatlas/mysql

```json
{
"dependencies": { "@useatlas/plugin-sdk": "workspace:*" },
"peerDependencies": { "mysql2": "^3.18.0" }
}
```bash
bun add @useatlas/mysql mysql2
```

@@ -36,3 +33,3 @@

- [Plugin SDK docs](../../packages/plugin-sdk/README.md)
- [Plugin SDK docs](https://docs.useatlas.dev/plugins/sdk)
- [Authoring guide](https://docs.useatlas.dev/docs/plugins/authoring-guide)