Socket
Socket
Sign inDemoInstall

ajv-formats

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajv-formats - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "ajv-formats",
"version": "1.0.0",
"version": "1.0.1",
"description": "Plugin for AJV that adds support for some of draft2019 formats.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

# ajv-draft2019-formats
# ajv-formats
Plugin for AJV that adds support for **some** of draft2019 formats.

@@ -9,3 +9,3 @@

```
npm install ajv-draft2019-formats
npm install ajv-formats
```

@@ -19,3 +19,3 @@

const Ajv = require('ajv');
const apply = require('ajv-draft2019-formats');
const apply = require('ajv-formats');
const ajv = new Ajv();

@@ -22,0 +22,0 @@ apply(ajv);

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