
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
experimental
client side library for authenticating with and moving data over a level-socket (authenticated binary websocket)
npm install level-user
var user = require('level-user')({ dbName: 'blocks', baseURL: "http://localhost:8080" })
baseURL is where level-socket is running, dbName is the name of the level-js db data should be stored in
user has .db and .persona
checks the users session state with the server, returns {"loggedOut": "true"} or the users profile object
returns a multilevel sublevel instance hooked up over a binary websocket to the level-socket backend.
pipes all data from from into to, overwriting any existing records in to.
example usage:
var user = require('level-user')({dbName: 'blocks', baseURL: "http://localhost:8080" })
var local = user.db.sublevel('foo')
var remote = user.remote('foo')
user.copy(remote, local, function(err) {
})
TODO more docs
BSD
FAQs
client side library for moving data over a level-socket
We found that level-user 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.