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.20.0 to 2.0.0

16

CHANGELOG.md

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

## [2.0.0](https://github.com/zikeji/node-hypixel/compare/v1.20.0...v2.0.0) (2021-01-08)
### ⚠ BREAKING CHANGES
* issue with typedoc generation vuepress build
### Bug Fixes
* issue with typedoc generation vuepress build ([17e37c3](https://github.com/zikeji/node-hypixel/commit/17e37c3480c209c19d751af40218d900359cadc7))
### Documentation
* **dev:** resolve issue rebuilding in a saturated environment ([bb7fe85](https://github.com/zikeji/node-hypixel/commit/bb7fe85645c77f731964be4c61b7ebef14ea87a3))
## [1.20.0](https://github.com/zikeji/node-hypixel/compare/v1.19.0...v1.20.0) (2021-01-08)

@@ -8,0 +24,0 @@

4

package.json
{
"name": "@zikeji/hypixel",
"version": "1.20.0",
"version": "2.0.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.",

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

"docs:clean:ts-api": "rimraf docs/ts-api",
"docs:build": "vuepress build docs",
"docs:build": "npm run docs:clean:ts-api && vuepress build docs",
"test:build": "npm run test:lint && npm run build && npm run test && npm run coverage && npm run docs"

@@ -31,0 +31,0 @@ },

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