Socket
Book a DemoInstallSign in
Socket

@apielements/apiaryb-parser

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apielements/apiaryb-parser

API Elements parser for deprecated Apiary Blueprint language

0.2.1
latest
Source
npmnpm
Version published
Weekly downloads
63
-50%
Maintainers
1
Weekly downloads
 
Created
Source

API Elements: Apiary Blueprint Parser

NPM version License

This adapter provides support for parsing the deprecated Apiary Blueprint format in Fury.js. *We do not recommend using this adapter in any new development, it's only used for backwards compatibility with the legacy format.

Installation

$ npm install @apielements/apiaryb-parser

Usage

import fury from 'fury';
import apiaryBlueprintAdapter from '@apielements/apiaryb-parser';

fury.use(apiaryBlueprintAdapter);

fury.parse({source: '--- Your Legacy Apiary Blueprint'}, (err, result) => {
  if (err) {
    console.log(err);
    return;
  }

  // The returned `result` is a Minim parse result element.
  console.log(result.api.title);
});

FAQs

Package last updated on 06 Aug 2020

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.