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 0.0.3 to 0.0.4

9

bin/fetchbook.js
#!/usr/bin/env node
const { spawnSync } = require("child_process");
const { spawn } = require("child_process");
const path = require("path");
spawnSync("../node_modules/.bin/bun", ["install"], {
cwd: path.join(__dirname, "..", "bun"),
stdio: "inherit",
});
spawnSync(
spawn(
"../node_modules/.bin/bun",

@@ -12,0 +7,0 @@ ["run", "fetchbook.ts", path.resolve(process.argv[2])],

{
"name": "fetchbook",
"version": "0.0.3",
"version": "0.0.4",
"description": "Manage your HTTP requests",

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

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