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

fetch-har

Package Overview
Dependencies
Maintainers
11
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-har - npm Package Compare versions

Comparing version 11.0.1 to 11.1.0

4

dist/index.js

@@ -82,4 +82,4 @@ var __defProp = Object.defineProperty;

try {
const UndiciFile = (yield import("undici")).File;
globalThis.File = UndiciFile;
const NodeFile = (yield import("buffer")).File;
globalThis.File = NodeFile;
} catch (e) {

@@ -86,0 +86,0 @@ throw new Error(

{
"name": "fetch-har",
"version": "11.0.1",
"version": "11.1.0",
"description": "Make a fetch request from a HAR definition",

@@ -22,3 +22,3 @@ "main": "dist/index.cjs",

"engines": {
"node": ">=18"
"node": ">=18.13.0"
},

@@ -51,8 +51,7 @@ "files": [

"@readme/data-urls": "^3.0.0",
"@types/har-format": "^1.2.13",
"undici": "^5.25.1"
"@types/har-format": "^1.2.13"
},
"devDependencies": {
"@jsdevtools/host-environment": "^2.1.2",
"@readme/eslint-config": "^13.0.1",
"@readme/eslint-config": "^13.4.0",
"@types/express": "^4.17.17",

@@ -68,3 +67,3 @@ "@types/multer": "^1.4.7",

"har-examples": "^3.1.1",
"msw": "^1.3.1",
"msw": "^2.0.2",
"multer": "^1.4.5-lts.1",

@@ -71,0 +70,0 @@ "prettier": "^3.0.3",

@@ -9,3 +9,3 @@ # fetch-har

[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)
[![](https://raw.githubusercontent.com/readmeio/.github/main/oss-header.png)](https://readme.io)

@@ -12,0 +12,0 @@ ## Features

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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