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
1
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 1.15.0 to 1.16.0

dist/helpers/MinecraftFormatting.d.ts

28

CHANGELOG.md

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

## [1.16.0](https://github.com/zikeji/node-hypixel/compare/v1.15.0...v1.16.0) (2020-11-14)
### Features
* **helpers:** add NBT data transformation ([42f2325](https://github.com/zikeji/node-hypixel/commit/42f232593ba1eb295ad9d27fa2749dae9dfc6364))
### Bug Fixes
* **test:** fix compilation issue for running coverage ([8fbf1b6](https://github.com/zikeji/node-hypixel/commit/8fbf1b6df71eb91760ca33cf429febe69325a6ab))
### Code Refactoring
* **helpers:** moved current helpers into dedicated folder ([1893a68](https://github.com/zikeji/node-hypixel/commit/1893a68e9d2136027b909a60e5b1c561045acaa4))
### Tests
* **coverage:** bring coverage back to 100% ([ce895d4](https://github.com/zikeji/node-hypixel/commit/ce895d4c45b550381cf3489f1844dc96b0f55d90))
* **nbt:** add tests for transforming item data to ensure they match schema ([885f3d6](https://github.com/zikeji/node-hypixel/commit/885f3d6c666e5e88085b0472e5f97b5ac7e2ecba))
### Documentation
* **helpers:** add documentation and examples for item data helper ([015f724](https://github.com/zikeji/node-hypixel/commit/015f724f736d49ecec6e633e1cfe72456576c3a1))
## [1.15.0](https://github.com/zikeji/node-hypixel/compare/v1.14.0...v1.15.0) (2020-11-12)

@@ -8,0 +36,0 @@

5

dist/index.d.ts

@@ -5,4 +5,5 @@ export * from "./Client";

export * from "./errors/RateLimitError";
export * from "./helpers/MinecraftFormatting";
export * from "./helpers/PlayerRank";
export * from "./helpers/TransformSkyBlockItemData";
export * from "./types/api";
export * from "./util/MinecraftFormatting";
export * from "./util/PlayerRank";

@@ -17,5 +17,6 @@ "use strict";

__exportStar(require("./errors/RateLimitError"), exports);
__exportStar(require("./helpers/MinecraftFormatting"), exports);
__exportStar(require("./helpers/PlayerRank"), exports);
__exportStar(require("./helpers/TransformSkyBlockItemData"), exports);
__exportStar(require("./types/api"), exports);
__exportStar(require("./util/MinecraftFormatting"), exports);
__exportStar(require("./util/PlayerRank"), exports);
//# sourceMappingURL=index.js.map

3

package.json
{
"name": "@zikeji/hypixel",
"version": "1.15.0",
"version": "1.16.0",
"description": "An unopinionated async/await API wrapper for Hypixel's Public API developed in TypeScript complete with documentation, OpenAPI 3.0 spec, intellisense, typed interfaces for all API responses, rate-limit handling, a few helpers, and support for undocumented endpoints.",

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

"prettier": "^2.1.2",
"prismarine-nbt": "^1.3.0",
"prismjs": "^1.22.0",

@@ -241,0 +242,0 @@ "react": "^16.14.0",

Sorry, the diff of this file is not supported yet

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