@requestnetwork/data-format
Advanced tools
Comparing version 0.1.1-alpha.3 to 0.1.1-alpha.4
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ declare const _default: { |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19615
29
0