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 2.1.1 to 2.1.2

6

cli.ts

@@ -8,4 +8,8 @@ import { Option, program } from "commander";

import picocolors from "picocolors";
import { version } from "./package.json";
program.name("fetchbook").description("Manage your HTTP requests");
program
.name("fetchbook")
.description("Manage your HTTP requests")
.version(version);

@@ -12,0 +16,0 @@ program

2

package.json
{
"name": "fetchbook",
"version": "2.1.1",
"version": "2.1.2",
"description": "Manage your HTTP requests",

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

@@ -19,2 +19,3 @@ import { afterAll, beforeAll, expect, test } from "bun:test";

$test`fetchbook --help`;
$test`fetchbook --version`;
$test`fetchbook run --all`;

@@ -21,0 +22,0 @@ $test`fetchbook run test/posts/add-post.fetch.ts`;

Sorry, the diff of this file is not supported yet

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