pg-diff-cli
Advanced tools
+2
-2
| { | ||
| "name": "pg-diff-cli", | ||
| "version": "2.4.10", | ||
| "version": "2.4.11", | ||
| "description": "PostgreSQL schema and data comparing tool", | ||
@@ -45,3 +45,3 @@ "pgver": "9.6+", | ||
| "dependencies": { | ||
| "chalk": "5.4.1", | ||
| "chalk": "4.1.2", | ||
| "clui": "0.3.6", | ||
@@ -48,0 +48,0 @@ "figlet": "1.8.0", |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import chalk from "chalk"; | ||
| const chalk = require("chalk"); | ||
| const figlet = require("figlet"); | ||
@@ -3,0 +3,0 @@ const path = require("path"); |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
27233
0.02%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
Updated