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.2.5 to 1.2.6

3

model/CentraRequest.ts

@@ -207,2 +207,5 @@ import { join } from 'node:path';

}
else if (this.url.protocol === 'localhost:') {
req = request(options, resHandler);
}
else throw new Error('Bad URL protocol: ' + this.url.protocol)

@@ -209,0 +212,0 @@

3

package.json
{
"name": "@foxxie/centra",
"version": "1.2.5",
"version": "1.2.6",
"description": "A fork of Centra to support shortcut methods in Foxxie, and with typescript support.",

@@ -14,2 +14,3 @@ "main": "./dist/index.js",

],
"homepage": "https://github.com/FoxxieBot/Foxxie/tree/master/centra",
"author": "ruffpuff",

@@ -16,0 +17,0 @@ "license": "MIT",

@@ -7,3 +7,3 @@ <div align="center">

[![Discord server](https://img.shields.io/discord/761512748898844702?color=5865F2&logo=discord&logoColor=white)](https://ruff.cafe/community)
[![JavaScript](https://img.shields.io/badge/JavaScript-FCDC00?logo=javascript&logoColor=black)](https://www.javascript.com)
[![Typescript](https://img.shields.io/badge/TypeScript-007ACC?logo=typescript&logoColor=white)](https://www.typescriptlang.org)
[![Kofi](https://img.shields.io/badge/Ko--fi-F16061?logo=ko-fi&logoColor=white)](https://ko-fi.com/ruffpuff)

@@ -15,6 +15,6 @@ [![npm](https://img.shields.io/npm/v/@foxxie/centra?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/@foxxie/centra)

## About 🦊
This is a fork of [`Centra`] to support specific methods Foxxie needs, as well as typings.
This is a fork of [`Centra`] to support specific methods Foxxie needs, as well as a full typescript rewrite.
<!----------------- LINKS --------------->
[`Centra`]: https://www.npmjs.com/package/centra
[`Centra`]: https://www.npmjs.com/package/centra
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