Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
appc-connector-utils
Advanced tools
Utilities for helping you build Arrow Connectors.
NOTE: Please use fixed version of this modules until it reaches 1.0.0 due to expected breaking changes in the interface.
Arrow Connectors transform data structures from third party services and databases into the data model used in Arrow. This project offers reusable utilitites across the connector projects.
Among the utilities are:
Standartization of dynamic Arrow components generation: The project defines object schemas for metadata needed to create Arrow Models (and other types of components eventually). Passing proper metadata guarantees the proper generation of models and endpoints by Arrow Framework. The object schemas are specified in the form of Joi object descriptions.
Test Utilites: Clean lifecycle how to get static and dynamic connectors as well as arrow in plain and http mode in your test suites.
Extras: Random extras like model namespacing, parent model name finder etc.
Install the module
npm i appc-connector-utils
Since this modules is supposed to work in the context of Arrow Application it must be configured with the following context:
the Arrow library
the connector name or instance
Once configured the resulting API could be used according to the project needs.
Run npm i
and npm test
in the root of this project.
This software is licensed under the Apache 2 Public License. However, usage of the software to access the Appcelerator Platform is governed by the Appcelerator Enterprise Software License Agreement. Copyright (c) 2014-2017 by Appcelerator, Inc. All Rights Reserved.
FAQs
Utilities for Arrow Connectors
We found that appc-connector-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.