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

@based/fetch

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/fetch - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.editorconfig

19

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