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

3

dist/model/CentraRequest.js

@@ -224,2 +224,5 @@ "use strict";

}
else if (_this.url.protocol === 'localhost:') {
req = (0, node_http_1.request)(options, resHandler);
}
else

@@ -226,0 +229,0 @@ throw new Error('Bad URL protocol: ' + _this.url.protocol);

3

dist/package.json
{
"name": "@foxxie/centra",
"version": "1.2.4",
"version": "1.2.7",
"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",

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

@@ -5,0 +5,0 @@ "main": "./dist/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