Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

fury-adapter-apib-serializer

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fury-adapter-apib-serializer

API Blueprint serializer for Fury.js

latest
Source
npmnpm
Version
0.14.0
Version published
Weekly downloads
11
-65.62%
Maintainers
6
Weekly downloads
 
Created
Source

Fury API Blueprint Serializer

NPM version License

This adapter provides support for serializing API Blueprint in Fury.js from refract elements.

Install

npm install fury-adapter-apib-serializer

Usage

import fury from 'fury';
import apibSerializer from 'fury-adapter-apib-serializer';

fury.use(apibSerializer);

// Assume `api` is a Minim element instance, e.g. from `fury.parse(...)`
fury.serialize({api}, (err, content) => {
  fs.write('serialized.apib', content, 'utf8');
});

FAQs

Package last updated on 20 Apr 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