@dbcube/cli
Advanced tools
+5
-5
@@ -7,3 +7,3 @@ { | ||
| "dependencies": { | ||
| "@dbcube/schema-builder": "^5.1.5", | ||
| "@dbcube/schema-builder": "^5.1.6", | ||
| "@inquirer/prompts": "^8.4.2", | ||
@@ -13,3 +13,3 @@ "alwait": "^1.0.0", | ||
| "dotenv": "^17.4.2", | ||
| "fs-extra": "^11.3.4", | ||
| "fs-extra": "^11.3.5", | ||
| "glob": "^13.0.6", | ||
@@ -26,5 +26,5 @@ "ora": "5.4.1", | ||
| "packages": { | ||
| "@dbcube/core": ["@dbcube/core@5.1.12", "", { "dependencies": { "chalk": "4.1.2", "deasync": "^0.1.31", "follow-redirects": "^1.16.0", "ora": "5.4.1", "unzipper": "^0.12.3" }, "bin": { "dbcube-core": "dist/bin.cjs" } }, "sha512-s98vjAdkVTht1DdE16HzrWu2kgpWSVBGINuSRM4l+blgn7sSZTjWoT31rwd8srnhnZf3Cld0HvHiCq2qIArCHg=="], | ||
| "@dbcube/core": ["@dbcube/core@5.1.13", "", { "dependencies": { "chalk": "4.1.2", "deasync": "^0.1.31", "follow-redirects": "^1.16.0", "ora": "5.4.1", "unzipper": "^0.12.3" }, "bin": { "dbcube-core": "dist/bin.cjs" } }, "sha512-4hMKROF9w1bwR55pYKHHndOqMZUgOIxc1B/mE1zzc7ka0V10WK5Zc46bsRqb2bqiPZp16l+xmgHgeIOaewafFg=="], | ||
| "@dbcube/schema-builder": ["@dbcube/schema-builder@5.1.5", "", { "dependencies": { "@dbcube/core": "^5.1.12", "chalk": "^5.6.2", "ora": "^9.4.0" } }, "sha512-zKzu8Wg8KKCCDI6OBsChQ+qp7QUnUwdIQbHMUZQnPWQLuPk+5kFcgJbYMfFevzVW5uy0VD0kK3F9gd2Z1VuLOw=="], | ||
| "@dbcube/schema-builder": ["@dbcube/schema-builder@5.1.6", "", { "dependencies": { "@dbcube/core": "^5.1.13", "chalk": "^5.6.2", "ora": "^9.4.0" } }, "sha512-tGvxdX+72X+/zACgGT05R5cVMSiU/D6/vAlXpTMgy33ybZOXES+U6KBs5HN5fRMF2wwegqt4JjdxeBtYwOimAQ=="], | ||
@@ -119,3 +119,3 @@ "@inquirer/ansi": ["@inquirer/ansi@2.0.5", "", {}, "sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw=="], | ||
| "fs-extra": ["fs-extra@11.3.4", "", { "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" } }, "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA=="], | ||
| "fs-extra": ["fs-extra@11.3.5", "", { "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" } }, "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg=="], | ||
@@ -122,0 +122,0 @@ "glob": ["glob@13.0.6", "", { "dependencies": { "minimatch": "^10.2.2", "minipass": "^7.1.3", "path-scurry": "^2.0.2" } }, "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw=="], |
+3
-3
| { | ||
| "name": "@dbcube/cli", | ||
| "version": "5.1.3", | ||
| "version": "5.1.4", | ||
| "main": "index.js", | ||
@@ -16,3 +16,3 @@ "scripts": { | ||
| "dependencies": { | ||
| "@dbcube/schema-builder": "^5.1.5", | ||
| "@dbcube/schema-builder": "^5.1.6", | ||
| "@inquirer/prompts": "^8.4.2", | ||
@@ -22,3 +22,3 @@ "alwait": "^1.0.0", | ||
| "dotenv": "^17.4.2", | ||
| "fs-extra": "^11.3.4", | ||
| "fs-extra": "^11.3.5", | ||
| "glob": "^13.0.6", | ||
@@ -25,0 +25,0 @@ "ora": "5.4.1", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Updated