New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fetch-with-file-support

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-with-file-support - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

49

package.json
{
"name": "fetch-with-file-support",
"version": "1.1.0",
"type": "module",
"scripts": {
"test": "tsc && node --test",
"test:browser": "vite",
"build": "tsc",
"format": "prettier -w ."
},
"devDependencies": {
"@types/node": "^20.10.5",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
},
"license": "MIT",
"version": "1.1.1",
"description": "📂 fetch() but with support for file:///my/file.txt URLs",
"keywords": [
"nodejs",
"polyfill",
"fetch",
"wrapper",
"filesystem"
],
"homepage": "https://github.com/jcbhmr/fetch-with-file-support",
"bugs": "https://github.com/jcbhmr/fetch-with-file-support/issues",
"repository": "github:jcbhmr/fetch-with-file-support",
"license": "MIT",
"contributors": [
"Jacob Hummer <jcbhmr@outlook.com> (https://jcbhmr.me/)"
],
"description": "📦 Typst for JavaScript",
"keywords": [
"typesetting",
"markup",
"typesetter",
"typeset",
"typst",
"latex",
"markdown",
"pdf"
],
"type": "module",
"exports": {

@@ -46,3 +31,15 @@ ".": {

}
},
"scripts": {
"build": "tsc",
"format": "prettier -w .",
"test": "tsc && node --test",
"test:browser": "vite"
},
"devDependencies": {
"@types/node": "^20.10.5",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}

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