Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Missing source code reference in NPM package #245

Open
hubofgitongithub opened this issue Feb 6, 2024 · 0 comments
Open

Missing source code reference in NPM package #245

hubofgitongithub opened this issue Feb 6, 2024 · 0 comments
Labels
Bug Bug report

Comments

@hubofgitongithub
Copy link

Please see: https://snyk.io/advisor/npm-package/@motionone/animation
And: https://www.npmjs.com/package/@motionone/animation

Our internal security scanning tool triggers on missing source code URL reference for all the motion one packages (animation, dom, easing, etc.)

I believe you can fix this by adding the following to the package.json's:

"repository": {
    "type": "git",
    "url": "https://github.com/XXX",
    "directory": "packages/XXX"
  },

Also see: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository

@hubofgitongithub hubofgitongithub added the Bug Bug report label Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant