Socket
Socket
Sign inDemoInstall

ajv-draft-04

Package Overview
Dependencies
6
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

12

package.json
{
"name": "ajv-draft-04",
"version": "0.0.1",
"version": "0.1.0",
"description": "Ajv class for JSON Schema draft-04",

@@ -19,3 +19,5 @@ "main": "dist/index.js",

"test-cov": "jest --coverage",
"test": "npm run json-tests && npm run prettier:check && npm run build && npm run eslint && npm run test-cov"
"test-debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"test": "npm run json-tests && npm run prettier:check && npm run build && npm run eslint && npm run test-cov",
"test-ci": "AJV_FULL_TEST=true npm test"
},

@@ -38,5 +40,3 @@ "repository": {

"homepage": "https://github.com/ajv-validator/ajv-draft-04#readme",
"dependencies": {
"ajv": "^8.0.0"
},
"dependencies": {},
"peerDependencies": {

@@ -56,3 +56,3 @@ "ajv": "^8.0.0"

"@typescript-eslint/parser": "^3.7.0",
"ajv": "^8.0.0",
"ajv": "^8.5.0",
"ajv-formats": "^2.0.0",

@@ -59,0 +59,0 @@ "eslint": "^7.5.0",

@@ -5,3 +5,3 @@ # ajv-draft-04

[![Build Status](https://travis-ci.org/ajv-validator/ajv-draft-04.svg?branch=master)](https://travis-ci.org/ajv-validator/ajv-draft-04)
[![build](https://github.com/ajv-validator/ajv-draft-04/actions/workflows/build.yml/badge.svg)](https://github.com/ajv-validator/ajv-draft-04/actions/workflows/build.yml)
[![npm](https://img.shields.io/npm/v/ajv-draft-04.svg)](https://www.npmjs.com/package/ajv-draft-04)

@@ -8,0 +8,0 @@ [![Gitter](https://img.shields.io/gitter/room/ajv-validator/ajv.svg)](https://gitter.im/ajv-validator/ajv)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc