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

savim-ftp

Package Overview
Dependencies
Maintainers
0
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

savim-ftp - npm Package Compare versions

Comparing version 1.1.285 to 1.1.286

16

dist/savim-ftp.cjs.development.js

@@ -352,3 +352,3 @@ 'use strict';

_proto.isHealthy = /*#__PURE__*/function () {
var _isHealthy = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
var _isHealthy = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
return _regeneratorRuntime().wrap(function _callee$(_context) {

@@ -381,3 +381,3 @@ while (1) switch (_context.prev = _context.next) {

_proto.getFile = /*#__PURE__*/function () {
var _getFile = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(filenameWithPath) {
var _getFile = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(filenameWithPath) {
var buf;

@@ -404,3 +404,3 @@ return _regeneratorRuntime().wrap(function _callee2$(_context2) {

_proto.uploadFile = /*#__PURE__*/function () {
var _uploadFile = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(filenameWithPath, content, params) {
var _uploadFile = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3(filenameWithPath, content, params) {
var fileStream;

@@ -433,3 +433,3 @@ return _regeneratorRuntime().wrap(function _callee3$(_context3) {

_proto.deleteFile = /*#__PURE__*/function () {
var _deleteFile = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(filenameWithPath) {
var _deleteFile = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4(filenameWithPath) {
return _regeneratorRuntime().wrap(function _callee4$(_context4) {

@@ -452,3 +452,3 @@ while (1) switch (_context4.prev = _context4.next) {

_proto.createFolder = /*#__PURE__*/function () {
var _createFolder = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(filenameWithPath) {
var _createFolder = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee5(filenameWithPath) {
return _regeneratorRuntime().wrap(function _callee5$(_context5) {

@@ -474,3 +474,3 @@ while (1) switch (_context5.prev = _context5.next) {

_proto.deleteFolder = /*#__PURE__*/function () {
var _deleteFolder = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(filenameWithPath) {
var _deleteFolder = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee6(filenameWithPath) {
return _regeneratorRuntime().wrap(function _callee6$(_context6) {

@@ -493,3 +493,3 @@ while (1) switch (_context6.prev = _context6.next) {

_proto.getFolders = /*#__PURE__*/function () {
var _getFolders = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7(path$1) {
var _getFolders = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee7(path$1) {
return _regeneratorRuntime().wrap(function _callee7$(_context7) {

@@ -518,3 +518,3 @@ while (1) switch (_context7.prev = _context7.next) {

_proto.getFiles = /*#__PURE__*/function () {
var _getFiles = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee8(path$1) {
var _getFiles = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee8(path$1) {
return _regeneratorRuntime().wrap(function _callee8$(_context8) {

@@ -521,0 +521,0 @@ while (1) switch (_context8.prev = _context8.next) {

@@ -348,3 +348,3 @@ import { Client } from 'basic-ftp';

_proto.isHealthy = /*#__PURE__*/function () {
var _isHealthy = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
var _isHealthy = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
return _regeneratorRuntime().wrap(function _callee$(_context) {

@@ -377,3 +377,3 @@ while (1) switch (_context.prev = _context.next) {

_proto.getFile = /*#__PURE__*/function () {
var _getFile = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(filenameWithPath) {
var _getFile = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(filenameWithPath) {
var buf;

@@ -400,3 +400,3 @@ return _regeneratorRuntime().wrap(function _callee2$(_context2) {

_proto.uploadFile = /*#__PURE__*/function () {
var _uploadFile = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(filenameWithPath, content, params) {
var _uploadFile = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3(filenameWithPath, content, params) {
var fileStream;

@@ -429,3 +429,3 @@ return _regeneratorRuntime().wrap(function _callee3$(_context3) {

_proto.deleteFile = /*#__PURE__*/function () {
var _deleteFile = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(filenameWithPath) {
var _deleteFile = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4(filenameWithPath) {
return _regeneratorRuntime().wrap(function _callee4$(_context4) {

@@ -448,3 +448,3 @@ while (1) switch (_context4.prev = _context4.next) {

_proto.createFolder = /*#__PURE__*/function () {
var _createFolder = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(filenameWithPath) {
var _createFolder = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee5(filenameWithPath) {
return _regeneratorRuntime().wrap(function _callee5$(_context5) {

@@ -470,3 +470,3 @@ while (1) switch (_context5.prev = _context5.next) {

_proto.deleteFolder = /*#__PURE__*/function () {
var _deleteFolder = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(filenameWithPath) {
var _deleteFolder = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee6(filenameWithPath) {
return _regeneratorRuntime().wrap(function _callee6$(_context6) {

@@ -489,3 +489,3 @@ while (1) switch (_context6.prev = _context6.next) {

_proto.getFolders = /*#__PURE__*/function () {
var _getFolders = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7(path) {
var _getFolders = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee7(path) {
return _regeneratorRuntime().wrap(function _callee7$(_context7) {

@@ -514,3 +514,3 @@ while (1) switch (_context7.prev = _context7.next) {

_proto.getFiles = /*#__PURE__*/function () {
var _getFiles = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee8(path) {
var _getFiles = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee8(path) {
return _regeneratorRuntime().wrap(function _callee8$(_context8) {

@@ -517,0 +517,0 @@ while (1) switch (_context8.prev = _context8.next) {

{
"version": "1.1.285",
"version": "1.1.286",
"license": "MIT",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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