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

har-schema

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

har-schema - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/afterRequest.json

4

lib/cache.json

@@ -5,6 +5,6 @@ {

"beforeRequest": {
"$ref": "cacheEntry.json#"
"$ref": "beforeRequest.json#"
},
"afterRequest": {
"$ref": "cacheEntry.json#"
"$ref": "afterRequest.json#"
},

@@ -11,0 +11,0 @@ "comment": {

'use strict'
const afterRequest = require('./afterRequest.json')
const beforeRequest = require('./beforeRequest.json')
const browser = require('./browser.json')
const cache = require('./cache.json')
const cacheEntry = require('./cacheEntry.json')
const content = require('./content.json')

@@ -22,5 +23,6 @@ const cookie = require('./cookie.json')

module.exports = {
afterRequest,
beforeRequest,
browser,
cache,
cacheEntry,
content,

@@ -27,0 +29,0 @@ cookie,

{
"version": "1.0.1",
"version": "1.0.2",
"name": "har-schema",

@@ -4,0 +4,0 @@ "description": "JSON Schema for HTTP Archive (HAR)",

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