Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@equinor/echo-base
Advanced tools
![logo](https://raw.githubusercontent.com/equinor/EchoCore/main/doc/ee.png)
Everything a Echo web need for enabling micro frontend development.
v0.6.0:
baseError
, it now properly supports nested innerErrors. Exception/inner Error used to overwrite each others property if they had the same name.BaseError
now has errorTraceId, either from backEnd, or a unique frontEnd idBaseError
helper methods added for getting properties or propertyByNamev0.6.0:
initializeError
to initializeNetworkError
and simplified it. It now only takes NetworkErrorArgs
as argument.BaseError
now properly support nested (and nested-nested) errors with argument innerError
.exception
argument renamed to innerError
, of type Record<string, unknown> | Error
EchoEvents
enum to EchoCore
.EventHub
event keys in all functions from string | EchoEvents
to string
only.v0.5.0:
Example implementation:
export class CustomError extends BaseError {
constructor(args: ErrorArgs) {
super({ ...args, name: 'CustomError' });
}
}
FAQs
![logo](https://raw.githubusercontent.com/equinor/EchoCore/main/doc/ee.png)
The npm package @equinor/echo-base receives a total of 99 weekly downloads. As such, @equinor/echo-base popularity was classified as not popular.
We found that @equinor/echo-base demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.