You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Node.js plugin only try to extract licenses or GitHub urls from the version resource (ex: http://registry.npmjs.org/foo/1.2.3). However, many licenses or GitHub urls are not declared in the version resource, but are available in the general package resource (ex: http://registry.npmjs.org/foo).
Here's an example where the license is declared in the package resource, but not in the version resource:
The Node.js plugin only try to extract licenses or GitHub urls from the version resource (ex: http://registry.npmjs.org/foo/1.2.3). However, many licenses or GitHub urls are not declared in the version resource, but are available in the general package resource (ex: http://registry.npmjs.org/foo).
Here's an example where the license is declared in the package resource, but not in the version resource:
The text was updated successfully, but these errors were encountered: