Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "ofetch", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A better fetch API. Works on node, browser and workers.", | ||
@@ -62,9 +62,19 @@ "repository": "unjs/ofetch", | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts . && prettier -c src test playground", | ||
"lint:fix": "eslint --fix --ext .ts . && prettier -w src test playground", | ||
"prepack": "pnpm build", | ||
"play": "jiti playground/index.ts", | ||
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags", | ||
"test": "pnpm lint && vitest run --coverage" | ||
}, | ||
"dependencies": { | ||
"destr": "^2.0.1", | ||
"node-fetch-native": "^1.3.2", | ||
"node-fetch-native": "^1.4.0", | ||
"ufo": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.5.2", | ||
"@types/node": "^20.5.3", | ||
"@vitest/coverage-v8": "^0.34.2", | ||
@@ -78,3 +88,3 @@ "changelogen": "^0.5.5", | ||
"jiti": "^1.19.3", | ||
"listhen": "^1.3.0", | ||
"listhen": "^1.4.0", | ||
"prettier": "^3.0.2", | ||
@@ -86,12 +96,3 @@ "std-env": "^3.4.3", | ||
}, | ||
"packageManager": "pnpm@8.6.12", | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts . && prettier -c src test playground", | ||
"lint:fix": "eslint --fix --ext .ts . && prettier -w src test playground", | ||
"play": "jiti playground/index.ts", | ||
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags", | ||
"test": "pnpm lint && vitest run --coverage" | ||
} | ||
"packageManager": "pnpm@8.6.12" | ||
} |
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
3
10
52038
19
807
Updatednode-fetch-native@^1.4.0