@existdb/node-exist
Advanced tools
Sorry, the diff of this file is not supported yet
+6
-3
@@ -11,2 +11,3 @@ { | ||
| "bin": { | ||
| "exist-tree": "spec/examples/exist-tree", | ||
| "exist-ls": "spec/examples/exist-ls", | ||
@@ -32,3 +33,4 @@ "exist-upload": "spec/examples/exist-upload", | ||
| "promise", | ||
| "lib" | ||
| "lib", | ||
| "cli" | ||
| ], | ||
@@ -55,5 +57,6 @@ "repository": { | ||
| "mime": "^2.3.1", | ||
| "xmlrpc": "^1.3.1" | ||
| "xmlrpc": "^1.3.1", | ||
| "yargs": "16.2.0" | ||
| }, | ||
| "version": "4.1.1" | ||
| "version": "4.2.0" | ||
| } |
| # node-exist Command Line Scripts | ||
| - `exist-ls` list the contents of a collection in exist-db | ||
| - `exist-tree` list the contents of a collection in exist-db as a tree | ||
| - `exist-upload` upload a file to an exist-db instance | ||
@@ -39,5 +40,19 @@ - `exist-install` upload and install a package into an existdb-instance | ||
| Example (here in the root of the cloned repository): | ||
| Example | ||
| If you installe node-exist globally (`npm install -g @existdb/node-exist`) | ||
| ```bash | ||
| dotenv exist-ls /db/apps | ||
| ``` | ||
| If you installed node-exist as a local package (npm dependency) | ||
| ```bash | ||
| dotenv node_module/.bin/exist-ls /db/apps | ||
| ``` | ||
| If you cloned this repository | ||
| ```bash | ||
| dotenv spec/examples/exist-ls /db/apps | ||
@@ -44,0 +59,0 @@ ``` |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
61250
8.67%39
2.63%4
33.33%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added