fetch-har
Advanced tools
Comparing version 11.0.1 to 11.1.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
2
64584
- Removedundici@^5.25.1
- Removed@fastify/busboy@2.1.1(transitive)
- Removedundici@5.28.4(transitive)