Socket
Socket
Sign inDemoInstall

promise-ftp-common

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

10

index.js

@@ -5,9 +5,5 @@ /* jshint node:true */

var coffee = require('coffee-script');
coffee.register();
module.exports = {};
module.exports.FtpConnectionError = require('./lib/ftpConnectionError');
module.exports.FtpReconnectError = require('./lib/ftpReconnectError');
module.exports.STATUSES = require('./lib/connectionStatuses');
module.exports.FtpConnectionError = require('./dist/ftpConnectionError');
module.exports.FtpReconnectError = require('./dist/ftpReconnectError');
module.exports.STATUSES = require('./dist/connectionStatuses');
{
"name": "promise-ftp-common",
"description": "error classes and other common code used in promise-ftp and promise-sftp",
"version": "1.1.3",
"version": "1.1.4",
"main": "index.js",
"author": "RealtyMaps",
"contributors": [
"Joe Ibershoff <joe@realtymaps.com>"
"Joe Ibershoff <joe@realtymaps.com>",
"Moti Zilberman <motiz88@gmail.com>"
],
"directories": {
"lib": "./lib"
},
"files": [
"dist",
"index.js"
],
"repository": {

@@ -17,3 +19,3 @@ "type": "git",

},
"dependencies": {
"devDependencies": {
"coffee-script": "1.x"

@@ -24,3 +26,7 @@ },

"url": "https://github.com/realtymaps/promise-ftp-common/issues"
},
"scripts": {
"build": "coffee --compile --output dist/ lib/",
"dev": "coffee --watch --output dist lib/"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc