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

@platformatic/sql-events

Package Overview
Dependencies
Maintainers
8
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/sql-events - npm Package Compare versions

Comparing version

to
2.8.0-alpha.1

14

package.json
{
"name": "@platformatic/sql-events",
"version": "2.7.0",
"version": "2.8.0-alpha.1",
"description": "Emit events via MQEmitter",

@@ -25,3 +25,3 @@ "main": "index.js",

"typescript": "^5.5.4",
"@platformatic/sql-mapper": "2.7.0"
"@platformatic/sql-mapper": "2.8.0-alpha.1"
},

@@ -40,7 +40,7 @@ "dependencies": {

"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",

@@ -47,0 +47,0 @@ "lint": "eslint"