Socket
Socket
Sign inDemoInstall

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.3 to 1.0.4

10

lib/cache.json

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

"beforeRequest": {
"$ref": "beforeRequest.json#"
"oneOf": [
{ "type": "null" },
{ "$ref": "beforeRequest.json#" }
]
},
"afterRequest": {
"$ref": "afterRequest.json#"
"oneOf": [
{ "type": "null" },
{ "$ref": "afterRequest.json#" }
]
},

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

2

package.json
{
"version": "1.0.3",
"version": "1.0.4",
"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