@platformatic/sql-graphql
Advanced tools
+7
-7
| { | ||
| "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" | ||
| } | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
45347
-0.02%+ Added
- Removed