@atomiq/json-schema-test-suite
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@atomiq/json-schema-test-suite", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Exposes JSON Schema Test Suite as a Node.js package, so don't need to add as a git submodule.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Node.js fork of JSON Schema Test Suite | ||
====================================== | ||
This is a fork of JSON Schema Test Suite for Node.js validator development. It is current with the latest commit to | ||
`7511038dcb4f4b430fa2a929184da70b670bdd35` (June 17, 2015) on the upstream `develop` branch. | ||
This is a fork of JSON Schema Test Suite for Node.js validator development. | ||
The `master` and `develop` branches track the upstream branches. Make sure you are on the `node` for taking advantage | ||
of the node features in this fork. | ||
The JSON Schema Test Suite is meant to be a language agnostic test suite for testing JSON Schema validation libraries. | ||
@@ -16,2 +12,6 @@ This fork makes the test suite available as an [npm package](https://www.npmjs.com/package/@atomiq/json-schema-test-suite) | ||
It is current with the latest commit to `7511038dcb4f4b430fa2a929184da70b670bdd35` (June 17, 2015) on the upstream | ||
`develop` branch. When pulling the source from GitHub, make sure to checkout the `node` branch for taking advantage | ||
of the node features in this fork. The `master` and `develop` branches track the | ||
[upstream repo](https://github.com/json-schema/JSON-Schema-Test-Suite/). | ||
@@ -18,0 +18,0 @@ ### Usage: |
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
193105