You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

har-validator

Package Overview
Dependencies
2
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 4.1.2

4

lib/browser/async.js

@@ -7,4 +7,4 @@ import * as schemas from 'har-schema';

let ajv = new Ajv({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
});

@@ -11,0 +11,0 @@

@@ -7,4 +7,4 @@ import * as schemas from 'har-schema';

let ajv = new Ajv({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
});

@@ -11,0 +11,0 @@

@@ -43,4 +43,4 @@ 'use strict';

var ajv = new _ajv2.default({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
});

@@ -47,0 +47,0 @@

@@ -43,4 +43,4 @@ 'use strict';

var ajv = new _ajv2.default({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
});

@@ -47,0 +47,0 @@

@@ -43,4 +43,4 @@ 'use strict';

let ajv = new _ajv2.default({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
});

@@ -47,0 +47,0 @@

@@ -43,4 +43,4 @@ 'use strict';

let ajv = new _ajv2.default({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
});

@@ -47,0 +47,0 @@

@@ -43,4 +43,4 @@ 'use strict';

let ajv = new _ajv2.default({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
});

@@ -47,0 +47,0 @@

@@ -43,4 +43,4 @@ 'use strict';

let ajv = new _ajv2.default({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
});

@@ -47,0 +47,0 @@

{
"version": "4.1.1",
"version": "4.1.2",
"name": "har-validator",

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

@@ -7,4 +7,4 @@ import * as schemas from 'har-schema'

let ajv = new Ajv({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
})

@@ -11,0 +11,0 @@

@@ -7,4 +7,4 @@ import * as schemas from 'har-schema'

let ajv = new Ajv({
schemas,
allErrors: true
allErrors: true,
schemas: schemas
})

@@ -11,0 +11,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc