winkjs / wink-eng-lite-web-model

English lite language model for Web Browsers
MIT License
11 stars 8 forks source link

NPM listing for wink-eng-lite-web-model does not link to source repository #12

Closed EffectivelyEfficient closed 1 year ago

EffectivelyEfficient commented 1 year ago

The NPM page for wink-eng-lite-web-model ( https://www.npmjs.com/package/wink-eng-lite-web-model ) does not link to the source repository. Please link to the repository that is used to build this package.

This means security tools like https://snyk.io/advisor/npm-package/wink-eng-lite-web-model should no longer have warnings such as "Unable to verify the project's public source code repository."

sanjayaksaxena commented 1 year ago

@EffectivelyEfficient thanks for highlighting. We will be adding following to the package.json of wink-eng-lite-web-model:

"repository": {
    "type": "git",
    "url": "git+https://github.com/winkjs/wink-eng-lite-web-model.git"
  },

Best, Sanjaya

sanjayaksaxena commented 1 year ago

@EffectivelyEfficient we have released the updated version on NPM. It might take a day or so to get scanned by synk. The repo is now showing up on the NPM page!

Thanks a lot once again for highlighting — we appreciate your contribution.

sanjayaksaxena commented 1 year ago

The "Unable to verify the project's public source code repository." has gone away!