
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
@mongosh/errors
Advanced tools
@mongosh/errors
Package for MongoDB Shell
const { MongoshUnimplementedError } = require('@mongosh/errors');
function evaluate(input) {
if (input === 'some input') {
throw new MongoshUnimplementedError(`${input} is not implemented`);
}
}
// throws: MongoshUnimplemetedError: some input is not implemented
evaluate('some input')
This error is used to give user a warning about the current execution. args:
This error is used to API endpoints that are not yet implemented. args:
Used for errors in evaluation, specific to MongoDB Shell. Should not be used for JavaScript runtime errors.
args:
Used for rare cases when MongoDB Shell is not able to parse and evaluate the input. args:
e.message
will be appended with the following information:
This is an error inside Mongosh. Please file a bug report. Please include a log file from this session.
This error is used for invalid MongoDB input. This should not be used for JavaScript syntax errors, but rather for those specific to MongoDB. args:
npm install -S @mongosh/errors
FAQs
MongoDB Shell Errors Package
The npm package @mongosh/errors receives a total of 31,690 weekly downloads. As such, @mongosh/errors popularity was classified as popular.
We found that @mongosh/errors demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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
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.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.