Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,21 @@ | ||
## 2.0.2 / 2023-11-02 | ||
* Fixed _github action_ `npm_publish_on_pr_merge_to_master`. | ||
* Updated libs: | ||
* `fs-extra` to `v11.1.1`. | ||
* `oro-functions` from `v2.0.0` to `v2.0.2`. | ||
* Updated _dev_ libs: | ||
* `@babel/core` from `v7.23.2` to `v7.23.3`. | ||
* `@babel/preset-env` from `v7.23.2` to `v7.23.3`. | ||
* `@babel/preset-typescript` from `v7.23.2` to `v7.23.3`. | ||
* `@types/fs-extra` from `v11.0.3` to `v11.0.4`. | ||
* `@types/jest` from `v29.5.7` to `v29.5.10`. | ||
* `@types/ssh2-sftp-client` from `v9.0.2` to `v9.0.3`. | ||
* `@typescript-eslint/eslint-plugin` from `v6.9.1` to `v6.12.0`. | ||
* `@typescript-eslint/parser` from `v6.9.1` to `v6.12.0`. | ||
* `eslint` from `v8.52.0` to `v8.54.0`. | ||
* `prettier` from `v3.0.3` to `v3.1.0`. | ||
* `tsup` from `v7.2.0` to `v8.0.1`. | ||
* Removed non-used _dev_ libs: | ||
* `@nearst/ftp`. | ||
## 2.0.1 / 2023-11-02 | ||
@@ -2,0 +22,0 @@ * Updated _dev_ libs: |
@@ -107,2 +107,2 @@ import SftpClient, { ListFilterFunction } from 'ssh2-sftp-client'; | ||
export { OSFtp, OSFtpConfig, OSFtpConnectError, OSFtpConnectResponse, OSFtpDisconnectResponse, OSFtpExistError, OSFtpExistObject, OSFtpExistResponse, OSFtpFileError, OSFtpFileObject, OSFtpFileResponse, OSFtpFolderError, OSFtpFolderObject, OSFtpFolderResponse, OSFtpListError, OSFtpListFile, OSFtpListFileType, OSFtpListFilters, OSFtpListObject, OSFtpListResponse, OSFtpUploadOneResponse, OSFtp as default }; | ||
export { OSFtp, type OSFtpConfig, type OSFtpConnectError, type OSFtpConnectResponse, type OSFtpDisconnectResponse, type OSFtpExistError, type OSFtpExistObject, type OSFtpExistResponse, type OSFtpFileError, type OSFtpFileObject, type OSFtpFileResponse, type OSFtpFolderError, type OSFtpFolderObject, type OSFtpFolderResponse, type OSFtpListError, type OSFtpListFile, type OSFtpListFileType, type OSFtpListFilters, type OSFtpListObject, type OSFtpListResponse, type OSFtpUploadOneResponse, OSFtp as default }; |
{ | ||
"name": "oro-sftp", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "OroSftp Class is a wrapper of ssh2-sftp-client to work as promises async/await and typescript.", | ||
@@ -41,17 +41,17 @@ "type": "module", | ||
"dependencies": { | ||
"oro-functions": "^2.0.0", | ||
"fs-extra": "^11.1.1", | ||
"oro-functions": "^2.0.2", | ||
"ssh2-sftp-client": "^9.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.23.2", | ||
"@babel/preset-env": "^7.23.2", | ||
"@babel/preset-typescript": "^7.23.2", | ||
"@nearst/ftp": "^1.0.0", | ||
"@types/fs-extra": "^11.0.3", | ||
"@types/jest": "^29.5.7", | ||
"@types/ssh2-sftp-client": "^9.0.2", | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"@babel/core": "^7.23.3", | ||
"@babel/preset-env": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/jest": "^29.5.10", | ||
"@types/ssh2-sftp-client": "^9.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"babel-jest": "^29.7.0", | ||
"eslint": "^8.52.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-alloy": "^5.1.2", | ||
@@ -61,6 +61,6 @@ "eslint-plugin-unicorn": "^49.0.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.3", | ||
"tsup": "^7.2.0", | ||
"prettier": "^3.1.0", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
17
2
68199
3
958
1
+ Addedfs-extra@^11.1.1
Updatedoro-functions@^2.0.2