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

ofetch

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ofetch - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

29

package.json
{
"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"
}
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