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

fetchbook

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetchbook - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0-beta.1

cli.ts

4

bin/fetchbook.js
#!/usr/bin/env node
const { spawnSync } = require("child_process");
const path = require("path");
const cwd = path.join(__dirname, "..", "cli");
spawnSync("bun", ["install"], { cwd });
spawnSync(
"bun",
["run", path.join(cwd, "fetchbook-cli.ts"), ...process.argv.slice(2)],
["run", path.join(__dirname, "..", "cli.ts"), ...process.argv.slice(2)],
{

@@ -11,0 +9,0 @@ stdio: "inherit",

{
"name": "fetchbook",
"version": "1.0.2",
"version": "1.1.0-beta.1",
"description": "Manage your HTTP requests",

@@ -8,8 +8,14 @@ "author": "Alejandro Tardín <alejandro@tardin.com>",

"dependencies": {
"bun": "^1.0.3"
"bun": "^1.0.3",
"commander": "^11.0.0",
"fetch-to-curl": "^0.6.0",
"json-colorizer": "^2.2.2",
"picocolors": "^1.0.0"
},
"devDependencies": {
"bun-types": "latest",
"json-server": "^0.17.4",
"semantic-release": "^22.0.5",
"start-server-and-test": "^2.0.1",
"semantic-release": "^22.0.5"
"typescript": "^5.0.0"
},

@@ -16,0 +22,0 @@ "bin": {

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