Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module missing on NPM #1

Open
jmaferreira opened this issue Jun 17, 2020 · 3 comments
Open

Module missing on NPM #1

jmaferreira opened this issue Jun 17, 2020 · 3 comments

Comments

@jmaferreira
Copy link

Hi,

Is there any reason why this module is not available on NPM?

The following command does not work:

npm install dupe-images --save
@PathToLife
Copy link

Can confirm it's not avail on npm.

Looks like i'll have to write my own walker, but Dragon's pointed me to a great package to work with!

This package is using hashing from jimp, it's basically a wrapper.

var hash2 = image.hash(2);

https://www.npmjs.com/package/jimp

@jdtechsol
Copy link

I asked ChatGPT about this repo and it said to install with
npm install DragonOfMath/dupe-images --save
and while I have not tested the result, it did install the package.

@PathToLife
Copy link

PathToLife commented Jun 2, 2024

image

npm install DragonOfMath/dupe-images --save

puts the github repo in package.json as a github dependency.

 "dependencies": {
    "dupe-images": "github:DragonOfMath/dupe-images"
  }

Mind there's quite a bit of vulnerabilities - from what i think is the jimp package recommend upgrading this.

tough-cookie  <4.1.3
Severity: moderate
tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3
No fix available
node_modules/tough-cookie

url-regex  *
Severity: high
Regular expression denial of service in url-regex - https://github.com/advisories/GHSA-v4rh-8p82-6h5w
fix available via `npm audit fix`
node_modules/url-regex

10 vulnerabilities (6 moderate, 3 high, 1 critical)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants