Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oro-sftp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oro-sftp - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

20

CHANGELOG.md

@@ -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:

2

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc