Socket
Socket
Sign inDemoInstall

oro-sftp

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oro-sftp - npm Package Versions

2.1.0

Diff

Changelog

Source

2.1.0 / 2024-07-23

  • Re-init package-lock.json.
  • Added coverage for testing.
  • Added watcher for coding.
  • Updated eslint to flat eslint.config.js.
  • Improved OSftp.list to return always a sortened list by name.
  • Improved github cicd adding sftp-server for testing.
  • Improved github cicd replacing actions/--@v3 by actions/--@v4, and replacing npm install to npm ci.
  • Improved export declarations in index files.
  • Enhanced linter adding some extensions.
  • Enhanced prettier adding import-sorter.
  • Updated prettier printWidth: 120
  • Simplified tsup.config.ts.
  • Moved tests inside src and simplified *.test.ts.
  • Enhanced testing to achieve over 987% of coverage (yay!).
  • Updated libs:
    • fs-extra from v11.1.1 to v11.2.0.
    • oro-functions from v2.0.2 to v2.3.1.
    • ssh2-sftp-client from v9.1.0 to v10.0.3.
  • Added dev libs:
    • @eslint/js
    • @trivago/prettier-plugin-sort-imports
    • eslint-config-prettier
    • eslint-plugin-jest
    • globals
    • nodemon
    • typescript-eslint
  • Updated dev libs:
    • @babel/core from v7.23.3 to v7.24.9.
    • @babel/preset-env from v7.23. to v7.24.8.
    • @babel/preset-typescript from v7.23.3 to v7.24.7.
    • @types/jest from v29.5.10 to v29.5.12.
    • eslint from v8.54.0 to v^^8.57.0.
    • eslint-plugin-unicorn from v49.0.0 to v54.0.0.
    • husky from v8.0.3 to v9.1.1.
    • prettier from v3.1.0 to v3.3.3.
    • tsup from v8.0.1 to v8.2.2.
    • typescript from v5.2.2 to v5.5.4.
  • Removed dev libs:
    • @typescript-eslint/eslint-plugin removed.
    • @typescript-eslint/parser removed.
    • eslint-config-alloy removed.
oropesa
published 2.0.2 •

Changelog

Source

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.
oropesa
published 2.0.1 •

Changelog

Source

2.0.1 / 2023-11-02

  • Updated dev libs:
    • @types/ssh2-sftp-client to v9.0.2.
oropesa
published 2.0.0 •

Changelog

Source

2.0.0 / 2023-11-02

NOTE:<br> ⚠️ It's not valid anymore:<br>const OSFtp = require('oro-sftp'),<br> ✔️ use the following instead:<br>const { OSFtp } = require('oro-sftp')

  • Refactored ./index.js to ./src/index.ts.
  • Updated package as type: "module".
  • Added tsup and now package is compiled to cjs (common) and mjs (module).
  • Added github actions:
    • validate_pr_to_master
    • npm_publish_on_pr_merge_to_master.
  • Added husky (to ensure only valid commits).
  • Added eslint (and applied it).
  • Added prettier (and applied it).
  • Updated package description
  • Updated libs:
    • oro-functions to v2.0.0.
  • Updated dev libs:
    • @babel/core to v7.23.2.
    • @babel/preset-env to v7.23.2.
    • @babel/preset-typescript to v7.23.2.
    • @types/jest to v29.5.7.
    • @types/fs-extra to v11.0.3.
    • @types/promise-ftp to v1.3.7.
    • babel-jest to v29.7.0.
    • jest to v29.7.0.
oropesa
published 1.1.0 •

Changelog

Source

1.1.0 / 2023-07-04

  • Added TS support.
  • Added ts tests.
  • Added package-lock.json.
  • Improved tests.
  • Improved readme.
  • Improved error messages and added param code in responseKO error.
  • Fixed reducing duration of connection timeout when fails.
  • Fixed method delete allowing to remove folder (as rmdir) when it's empty.
  • Updated lib oro-functions to v1.3.2.
  • Updated lib ssh2-sftp-client to v9.1.0.
  • Updated lib-dev jest to v29.5.0.
oropesa
published 1.0.1 •

oropesa
published 1.0.0 •

Changelog

Source

1.0.0 / 2022-05-26

  • Added MIT License.
  • Added unit testing Jest.
  • Added package in github.com & npmjs.com.
  • Updated lib oro-functions to ^v1.1.4.
  • Updated lib ssh2-sftp-client to ^v8.1.0.
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