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

github.com/meza/curseforge-fingerprint-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/meza/curseforge-fingerprint-go

  • v1.1.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

Curseforge Fingerprint

A Go library to compute fingerprints for curseforge lookups

Installation

To install the dependencies, run:

go mod tidy

Usage

To use the library, import it and call the GetFingerprintFor function:

package main

import (
    "fmt"
    "github.com/meza/curseforge-fingerprint-go"
)

func main() {
    filePath := "path/to/your/file"
    fingerprint := curseforgeFingerprint.GetFingerprintFor(filePath)
    fmt.Println("Fingerprint:", fingerprint)
}

Testing

To run the tests, use the following command:

go test ./...

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License.

FAQs

Package last updated on 28 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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