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

@foxxie/centra

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foxxie/centra - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

index.d.ts

@@ -15,3 +15,3 @@ import { RequestOptions, IncomingMessage } from 'http';

declare function centra(url: string, method: HttpMethod): Centra.Request;
declare function centra(url: string, method?: HttpMethod): Centra.Request;

@@ -52,3 +52,3 @@ declare namespace Centra {

compress(): this;
send(): Promise<Centra.Response>;
send(): Promise<Response>;
json<T = any>(): Promise<T>;

@@ -55,0 +55,0 @@ text(): Promise<string>;

{
"name": "@foxxie/centra",
"version": "1.0.3",
"version": "1.0.4",
"description": "A fork of Centra to support shortcut methoods in Foxxie.",

@@ -5,0 +5,0 @@ "main": "index.js",

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