@based/fetch
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@based/fetch", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CF worker compatible cross-fetch", | ||
@@ -9,11 +9,5 @@ "author": "Tony Kovanen", | ||
"repository": "https://github.com/atelier-saulx/based/tree/main/packages/fetch", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/" | ||
], | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "rm -rf ./dist && tsc", | ||
"_lint": "eslint --ext .ts './{src,__test__,__perf__}/**/*.ts' --fix", | ||
"prettier": "prettier --write './{src,__test__,__perf__}/**/*.ts'", | ||
"test": "jest --runInBand --clearCache && jest --coverage", | ||
"clean": "rimraf {.turbo,dist,node_modules}" | ||
@@ -25,13 +19,4 @@ }, | ||
"devDependencies": { | ||
"@types/jest": "27.0.3", | ||
"jest": "27.4.3", | ||
"ts-jest": "27.0.7", | ||
"ts-node": "10.9.1", | ||
"typescript": "^4.3.5", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest", | ||
"verbose": true | ||
} | ||
} |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
4858
1
7
11
2