Skip to content

Commit

Permalink
Update package.json to include the repository
Browse files Browse the repository at this point in the history
NOTE: This is not a bot. This change was made by and comments will be reviewed by humans. We are using this service account to be able to track the overall progress.

With the rise in supply chain attacks and OSS dependencies being used as a attack vector, Microsoft is working with our ecosystem partners, such as the Linux Foundation's OpenSSF, to enable OSS consumers to track packages back to their public sources. 

We've identified that the following packages published to NPM do not report where sources can be found, typically accomplished by including a link to your GitHub repository in your package.json REPOSITORY field. This PR was created to add this value, ensuring future releases will include this provenance information.

If you do not want us to create such PRs against your GitHub repositories, or wish to provide any other feedback, please comment on this PR. 

Published NPM packages with repository information:
• minhash
  • Loading branch information
msftenhanceprovenance authored Sep 1, 2021
1 parent ce7f5b3 commit ed8f69e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"test": "./node_modules/mocha/bin/mocha ./tests/*.js",
"build": "./node_modules/webpack/bin/webpack.js --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/duhaime/minhash.git"
},
"keywords": [
"minhash",
"locality-sensitive-hashing",
Expand Down

0 comments on commit ed8f69e

Please sign in to comment.