Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

curseforge

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curseforge - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [0.1.1](https://github.com/guillaumearm/curseforge/compare/v0.1.0...v0.1.1) (2021-10-05)
# [0.1.0](https://github.com/guillaumearm/curseforge/compare/v0.0.1...v0.1.0) (2021-10-05)

@@ -2,0 +6,0 @@

5

package.json
{
"name": "curseforge",
"version": "0.1.0",
"version": "0.1.1",
"description": "a Curserforge user-friendly API wrapper",

@@ -37,3 +37,4 @@ "author": "Guillaume ARM <trapcodien@gmail.com>",

"push": "git push && git push --tags --no-verify",
"preversion": "yarn run test:all",
"prerelease": "yarn run rebuild",
"preversion": "yarn run clean && yarn run test:all",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"

@@ -40,0 +41,0 @@ },

@@ -1,1 +0,20 @@

# a Curserforge user-friendly typescript API wrapper
# a Curserforge user-friendly API wrapper
Warning: This is a WIP project for now, so the implementation and the documentation are not completed yet.
### Installation
```bash
npm install --save curseforge
```
### Usage
```ts
import * as curseforge from 'curseforge';
import type { MinecraftVersionInfo } from 'curseforge';
curseforge.api.MinecraftVersionInfo('1.16.5').then((mcInfo: MinecraftVersionInfo) => {
console.log('=>', mcInfo);
});
```
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