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

airflow-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airflow-api - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

dist/index.js

@@ -70,6 +70,6 @@ "use strict";

};
if (config.airFlowUsername && config.airFlowPassword) {
if (config.airflowUsername && config.airflowPassword) {
auth = {
username: config.airFlowUsername,
password: config.airFlowPassword
username: config.airflowUsername,
password: config.airflowPassword
};

@@ -76,0 +76,0 @@ }

@@ -13,4 +13,4 @@ /**

airflowUrl: string;
airFlowUsername?: string;
airFlowPassword?: string;
airflowUsername?: string;
airflowPassword?: string;
};

@@ -17,0 +17,0 @@ /**

{
"name": "airflow-api",
"version": "0.1.1",
"version": "0.1.2",
"description": "A node module for airflow in Typescript",

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

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