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

@atomiq/json-schema-test-suite

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomiq/json-schema-test-suite - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

index.js

@@ -98,3 +98,3 @@ var _ = require('lodash'),

tests.push({
group: file.substring(0, end),
name: file.substring(0, end),
file: file,

@@ -101,0 +101,0 @@ path: filePath,

{
"name": "@atomiq/json-schema-test-suite",
"version": "0.0.6",
"version": "0.0.7",
"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",

@@ -46,3 +46,3 @@ Node.js fork of JSON Schema Test Suite

{
group: 'additionalItems',
name: 'additionalItems',
file: 'additionalItems.json',

@@ -49,0 +49,0 @@ optional: false, // true if a file under the optional directory

@@ -112,3 +112,3 @@ var assert = require('assert'),

tests.forEach(function (test) {
describe(test.group, function () {
describe(test.name, function () {
test.schemas.forEach(function (schema) {

@@ -168,3 +168,3 @@ describe(schema.description, function () {

tests.forEach(function (test) {
describe(test.group, function () {
describe(test.name, function () {
test.schemas.forEach(function (schema) {

@@ -171,0 +171,0 @@ describe(schema.description, function () {

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