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

@zikeji/hypixel

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zikeji/hypixel - npm Package Compare versions

Comparing version 4.1.3 to 4.1.4

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Changelog

### [4.1.4](https://github.com/zikeji/node-hypixel/compare/v4.1.3...v4.1.4) (2024-12-02)
### Documentation
* **issue template:** add template for reporting missing type completion ([5fddda0](https://github.com/zikeji/node-hypixel/commit/5fddda0fd7123639371606395996dbd82599a6f4))
### [4.1.3](https://github.com/zikeji/node-hypixel/compare/v4.1.2...v4.1.3) (2024-09-17)

@@ -8,0 +15,0 @@

1

dist/types/Augmented/SkyBlock/ProfileMember.d.ts

@@ -293,2 +293,3 @@ import type { Components } from "../../api";

equipment_contents?: MinecraftInventoryData;
personal_vault_contents?: MinecraftInventoryData;
wardrobe_equipped_slot?: number;

@@ -295,0 +296,0 @@ sacks_counts?: Record<string, number>;

{
"name": "@zikeji/hypixel",
"version": "4.1.3",
"version": "4.1.4",
"description": "With IntelliSense support & test coverage, this is an unopinionated async/await API wrapper for Hypixel's Public API. It is developed in TypeScript complete with documentation, typed interfaces for all API responses, built-in rate-limit handling, flexible cache support, and helper functions.",

@@ -81,2 +81,6 @@ "main": "dist/index.js",

{
"type": "types",
"release": "patch"
},
{
"scope": "no-release",

@@ -97,2 +101,6 @@ "release": false

{
"type": "types",
"section": "API Type Coverage"
},
{
"type": "docs",

@@ -99,0 +107,0 @@ "section": "Documentation"

@@ -306,2 +306,3 @@ import type { Components } from "../../api";

equipment_contents?: MinecraftInventoryData;
personal_vault_contents?: MinecraftInventoryData;
wardrobe_equipped_slot?: number;

@@ -308,0 +309,0 @@ sacks_counts?: Record<string, number>;

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