
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
@neoskop/ethereal-secrets-client
Advanced tools
To add the library to your project:
$ npm i --save @neoskop/ethereal-secrets-client
to store a value 'bar' under the key 'foo' encrypted in the session storage:
let client = new EtherealSecretsClient({
endpoint: 'http://localhost:8080/secrets'
});
client.setItem('foo', 'bar');
client.getItem('foo'); # => bar
client.removeItem('foo');
To run integration tests in case you checked out the repository (awesome!):
$ docker pull neoskop/ethereal-secrets-server && docker-compose -f docker-compose.test.yml up --abort-on-container-exit --build
FAQs
## Usage
The npm package @neoskop/ethereal-secrets-client receives a total of 18 weekly downloads. As such, @neoskop/ethereal-secrets-client popularity was classified as not popular.
We found that @neoskop/ethereal-secrets-client 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
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.