New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@pipedream/airparser

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipedream/airparser - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+7
-1
actions/upload-document-parse/upload-document-parse.mjs

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

description: "Uploads a document into the inbox for data extraction. [See the documentation](https://help.airparser.com/public-api/public-api)",
version: "0.1.0",
version: "0.1.1",
type: "action",

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

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

@@ -33,0 +39,0 @@ async run({ $ }) {

+1
-1
{
"name": "@pipedream/airparser",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pipedream Airparser Components",

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