Socket
Socket
Sign inDemoInstall

har-validator

Package Overview
Dependencies
7
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.4.0

2

package.json
{
"version": "1.3.1",
"version": "1.4.0",
"name": "har-validator",

@@ -4,0 +4,0 @@ "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",

@@ -29,5 +29,3 @@ 'use strict'

if (!cb) {
if (validate.errors) {
return valid
}
return validate.errors ? false : true
} else {

@@ -34,0 +32,0 @@ return cb(validate.errors ? new ValidationError(validate.errors) : null, valid)

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc