Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@platformatic/sql-graphql

Package Overview
Dependencies
Maintainers
9
Versions
475
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/sql-graphql - npm Package Compare versions

Comparing version
3.38.0
to
3.38.1
+7
-7
package.json
{
"name": "@platformatic/sql-graphql",
"version": "3.38.0",
"version": "3.38.1",
"description": "Map SQL dbs to GraphQL",

@@ -30,5 +30,5 @@ "main": "index.js",

"ws": "^8.16.0",
"@platformatic/sql-events": "3.38.0",
"@platformatic/telemetry": "3.38.0",
"@platformatic/sql-mapper": "3.38.0"
"@platformatic/sql-events": "3.38.1",
"@platformatic/sql-mapper": "3.38.1",
"@platformatic/telemetry": "3.38.1"
},

@@ -45,3 +45,3 @@ "dependencies": {

"mercurius": "^16.0.0",
"@platformatic/foundation": "3.38.0"
"@platformatic/foundation": "3.38.1"
},

@@ -56,3 +56,3 @@ "tsd": {

"lint": "eslint",
"test": "npm run test:typescript && npm run test:postgresql && npm run test:mariadb && npm run test:mysql && npm run test:mysql8 && npm run test:sqlite",
"test": "npm run test:types && npm run test:postgresql && npm run test:mariadb && npm run test:mysql && npm run test:mysql8 && npm run test:sqlite",
"test:postgresql": "DB=postgresql node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js",

@@ -63,4 +63,4 @@ "test:mariadb": "DB=mariadb node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js",

"test:sqlite": "DB=sqlite node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js",
"test:typescript": "tsd"
"test:types": "tsd"
}
}