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

Missing source code reference in NPM package #245

Description

@hubofgitongithub

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugBug report

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions