Socket
Socket
Sign inDemoInstall

amphora-atom

Package Overview
Dependencies
33
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    amphora-atom

An XML+ATOM renderer for component data


Version published
Weekly downloads
93
increased by69.09%
Maintainers
8
Created
Weekly downloads
 

Readme

Source

Amphora-Atom

CircleCI

A XML+ATOM renderer for feeds components.

.
├── README.md                 <-- This instructions file
├── lib
|     ├──  log.js             <-- Initialize logger
|
├── test
|   ├── index.js              <-- Setup test
|
├── index.js                  <-- File that manage the data into XML+ATOM format
├── index.test.js             <-- Test file for index.js

Setup process

Install

npm install --save amphora-atom

Then pass the module into the Amphora as an item for the renderers object property:

amphora({
  ...
  renderers: {
    ...
    require('amphora-atom'),
    ...
  },
  ...
})

Use Case

The primary use case for this renderer is when you want to use component instances to generate ATOM feeds.

How To

This renderer is highly dependent on the component API provided by Amphora and therefore relies on a component that can generate a feed of documents to be passed off to the renderer.

Run Tests

npm test

FAQs

Last updated on 15 Oct 2018

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc