🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@pipedream/helper_functions

Package Overview
Dependencies
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipedream/helper_functions - npm Package Compare versions

Comparing version
0.5.1
to
0.5.2
+7
-1
actions/csv-file-to-objects/csv-file-to-objects.mjs

@@ -10,3 +10,3 @@ import { readFileSync } from "fs";

description: "Convert a CSV file to an array of objects.",
version: "0.0.1",
version: "0.0.2",
type: "action",

@@ -48,2 +48,8 @@ props: {

},
syncDir: {
type: "dir",
accessMode: "read",
sync: true,
optional: true,
},
},

@@ -50,0 +56,0 @@ async run({ $ }) {

@@ -9,3 +9,3 @@ import helper_functions from "../../helper_functions.app.mjs";

description: "Downloads a file to [your workflow's /tmp directory](https://pipedream.com/docs/code/nodejs/working-with-files/#the-tmp-directory)",
version: "0.3.0",
version: "0.3.1",
type: "action",

@@ -24,2 +24,7 @@ props: {

},
syncDir: {
type: "dir",
accessMode: "write",
sync: true,
},
},

@@ -26,0 +31,0 @@ async run({ $ }) {

+1
-1
{
"name": "@pipedream/helper_functions",
"version": "0.5.1",
"version": "0.5.2",
"description": "Pipedream Helper_functions Components",

@@ -5,0 +5,0 @@ "main": "helper_functions.app.mjs",