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
671
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/data-format - npm Package Compare versions

Comparing version 0.1.1-alpha.3 to 0.1.1-alpha.4

0

dist/format/address.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ "use strict";

4

package.json
{
"name": "@requestnetwork/data-format",
"version": "0.1.1-alpha.3",
"version": "0.1.1-alpha.4",
"publishConfig": {

@@ -68,3 +68,3 @@ "access": "public"

},
"gitHead": "0bb98ba94a1aaa7d9d50b31d25dd501e96dc6376"
"gitHead": "ce6ee2839359005241c8939dd3fd7d04362ea68d"
}
# @requestnetwork/data-format
`@requestnetwork/data-format` is a typescript library part of the [Request Network protocol].It 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.
`@requestnetwork/data-format` is a typescript library part of the [Request Network protocol](https://github.com/RequestNetwork/requestNetwork).
It 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.

@@ -14,3 +15,3 @@ ## Installation

```js
import dataFormat from '@requestnetowrk/data-format';
import dataFormat from '@requestnetwork/data-format';

@@ -17,0 +18,0 @@ let result = data - format.validate(A_JSON_OBJECT);

Sorry, the diff of this file is not supported yet

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