Skip to content

disaccord/dissent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dissent

A way of creating a hash for a function that won't change if variable names change. This is useful for discord client mods & mappings.

To use;

npm install @disaccord/dissent

The API really has one function you care about;

import fs from "fs"
import { hash } from "@disaccord/dissent"

const testFunction = fs.readFileSync("./modulefun22-22.js")

const hash = hash(testModule)

console.log("Function Hash: " + hash)

About

creating a fingerprint of webpack modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published