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

requestnetwork-data-format

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requestnetwork-data-format

Data format for the Request Network protocol

  • 0.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
5
Weekly downloads
 
Created
Source

Request Network Data Format

Introduction

Welcome to the Request Network Data Format documentation! Request Network Data Format is a Json Schema library providing standard for the data of the Request Network protocol.

It also provide a Javascript entry point to validate a given JSON.

Warning

This is still an alpha version which will evolve significantly before the main net release.

Request Hub Slack

If you need help, join the Request Hub Slack.

Available JSON Schema

NameLast versionLast versionDescription
Invoicernf_invoice0.0.1Format to create an invoice

Javascript entry point

Install with NPM

npm install requestnetwork-data-format --save

Install with Yarn

yarn add requestnetwork-data-format

Using

import RequestNetworkDataFormat from 'requestnetwork-data-format';

let result = RequestNetworkDataFormat.validate(A_JSON_OBJECT);

if (!result.valid) {
    // use the errors from result.errors
}

Keywords

FAQs

Package last updated on 22 Oct 2019

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

  • 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