Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@existdb/node-exist

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@existdb/node-exist - npm Package Compare versions

Comparing version
4.6.0
to
4.7.0
+21
LICENSE
MIT License
Copyright (c) 2022 eXist-db.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+3
-1

@@ -53,2 +53,4 @@ {

"dependencies": {
"bottleneck": "^2.19.5",
"fast-glob": "^3.2.11",
"lodash.assign": "^4.0.2",

@@ -59,3 +61,3 @@ "mime": "^3.0.0",

},
"version": "4.6.0"
"version": "4.7.0"
}

@@ -5,3 +5,3 @@ # node-exist Command Line Scripts

- `exist-tree` list the contents of a collection in exist-db as a tree
- `exist-upload` upload a file to an exist-db instance
- `exist-upload` upload a files and folders to a collection in exist-db
- `exist-install` upload and install a package into an existdb-instance

@@ -41,5 +41,5 @@

Example
#### Examples
If you installe node-exist globally (`npm install -g @existdb/node-exist`)
If you installed node-exist globally (`npm install -g @existdb/node-exist`)

@@ -53,3 +53,3 @@ ```bash

```bash
dotenv node_module/.bin/exist-ls /db/apps
dotenv node_modules/.bin/exist-ls /db/apps
```

@@ -56,0 +56,0 @@

Sorry, the diff of this file is not supported yet