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.6 to 0.0.7

14

bin/fetchbook.js
#!/usr/bin/env node
const { spawn } = require("child_process");
const path = require("path");
console.log(process.env.PATH)
spawn(
"../node_modules/.bin/bun",
["run", "fetchbook.ts", path.resolve(process.argv[2])],
{
cwd: path.join(__dirname, "..", "bun"),
stdio: "inherit",
}
);
console.log(process.env.PATH);
spawn("bun", ["run", "fetchbook.ts", path.resolve(process.argv[2])], {
cwd: path.join(__dirname, "..", "bun"),
stdio: "inherit",
});
{
"name": "fetchbook",
"version": "0.0.6",
"version": "0.0.7",
"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