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

adf-validator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adf-validator - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "adf-validator",
"version": "0.1.0",
"version": "0.1.1",
"description": "ADF document validator",

@@ -5,0 +5,0 @@ "bin": {

@@ -5,3 +5,13 @@ ## ADF Validator

### Install
```
$ npm i -g adf-validator
$ # or
$ npm install --global adf-validator
```
### Usage
```
Usage

@@ -24,1 +34,5 @@ $ adfv <file.adf.json>

```
## Demo
[![ADF Validator](https://asciinema.org/a/l4i4yNQIOiGpox0fNPfZFjRWT.svg)](https://asciinema.org/a/l4i4yNQIOiGpox0fNPfZFjRWT)

@@ -15,3 +15,3 @@ 'use strict';

const config = new Conf();
const config = new Conf({ projectName: 'adf-validator' });

@@ -18,0 +18,0 @@ /**

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