Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@platformatic/sql-graphql

Package Overview
Dependencies
Maintainers
8
Versions
285
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 2.7.0 to 2.8.0-alpha.1

20

package.json
{
"name": "@platformatic/sql-graphql",
"version": "2.7.0",
"version": "2.8.0-alpha.1",
"description": "Map SQL dbs to GraphQL",

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

"ws": "^8.16.0",
"@platformatic/sql-events": "2.7.0",
"@platformatic/telemetry": "2.7.0",
"@platformatic/sql-mapper": "2.7.0"
"@platformatic/sql-events": "2.8.0-alpha.1",
"@platformatic/sql-mapper": "2.8.0-alpha.1",
"@platformatic/telemetry": "2.8.0-alpha.1"
},

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

"mercurius": "^15.0.0",
"@platformatic/utils": "2.7.0"
"@platformatic/utils": "2.8.0-alpha.1"
},

@@ -54,9 +54,9 @@ "tsd": {

"test": "npm run lint && 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:postgresql": "DB=postgresql borp --timeout=180000 --concurrency=1 test/*.test.js",
"test:mariadb": "DB=mariadb borp --timeout=180000 --concurrency=1 test/*.test.js",
"test:mysql": "DB=mysql borp --timeout=180000 --concurrency=1 test/*.test.js",
"test:mysql8": "DB=mysql8 borp --timeout=180000 --concurrency=1 test/*.test.js",
"test:sqlite": "DB=sqlite borp --timeout=180000 --concurrency=1 test/*.test.js",
"test:postgresql": "DB=postgresql borp --timeout=300000 --concurrency=1 test/*.test.js",
"test:mariadb": "DB=mariadb borp --timeout=300000 --concurrency=1 test/*.test.js",
"test:mysql": "DB=mysql borp --timeout=300000 --concurrency=1 test/*.test.js",
"test:mysql8": "DB=mysql8 borp --timeout=300000 --concurrency=1 test/*.test.js",
"test:sqlite": "DB=sqlite borp --timeout=300000 --concurrency=1 test/*.test.js",
"test:typescript": "tsd"
}
}
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