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

@activepieces/piece-sftp

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/piece-sftp - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "@activepieces/piece-sftp",
"version": "0.1.4",
"version": "0.1.5",
"dependencies": {

@@ -5,0 +5,0 @@ "@sinclair/typebox": "^0.26.3",

@@ -33,3 +33,3 @@ "use strict";

return files.map(file => ({
data: file,
data: Object.assign(Object.assign({}, file), { path: `${propsValue.path}/${file.name}` }),
epochMilliSeconds: (0, dayjs_1.default)(file.modifyTime).valueOf()

@@ -36,0 +36,0 @@ }));

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