
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
mongodb-notary-service-client
Advanced tools
A client for our notary-service: an API for codesigning.
A client for our notary-service (an API for codesigning).
First, create a .env
file:
NOTARY_URL=${url}
NOTARY_AUTH_TOKEN=${token}
NOTARY_SIGNING_KEY=${key_name}
Install the client:
npm install -g mongodb-notary-service-client;
Sign a file in-place:
notary my-app.rpm;
Sign multiple files in-place:
notary my-app.rpm my-app.deb my-app.tar.gz;
View more details:
☉ notary --help
Commands:
sign [files...] sign one or more files
check check configuration
logs get log from notary-service
Options:
-h, --help output usage information
-V, --version output the version number
--debug show debug output
process.env.NOTARY_URL="${url}";
process.env.NOTARY_AUTH_TOKEN="${token}";
process.env.NOTARY_SIGNING_KEY="${key_name}";
const sign = require('mongodb-notary-service-client');
sign('my-app.rpm').then((signed) => {
if (signed) console.log('my-app.rpm has been signed and rewritten in-place');
});
Apache 2.0
FAQs
A client for our notary-service: an API for codesigning.
The npm package mongodb-notary-service-client receives a total of 73 weekly downloads. As such, mongodb-notary-service-client popularity was classified as not popular.
We found that mongodb-notary-service-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.