Socket
Book a DemoInstallSign in
Socket

@neoskop/ethereal-secrets-client

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neoskop/ethereal-secrets-client

## Usage ##

0.0.6
npmnpm
Version published
Weekly downloads
20
-74.36%
Maintainers
2
Weekly downloads
 
Created
Source

Ethereal Secrets Client

Usage

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');

Test suite

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

Package last updated on 04 Aug 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.