
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Unixorn aspires to be a Unix-like environment with a shell interface that:
can be embedded into a website
comes with a set of built-in commands and keybindings
can be extended with additional commands, keybindings and styles
You can view a live example of Unixorn in action.
Execute yarn add unixorn
.
import React, { Component } from 'react'
import Unixorn from 'unixorn'
const configuration = {}
class Example extends Component {
render() {
return <Unixorn {...configuration} />
}
}
import { initUnixorn } from 'unixorn'
const configuration = {}
const nonReactDomNode = document.getElementById('example')
initUnixorn(nonReactDomNode, configuration)
Consult the docs generated with typedoc.
The following classes may be targeted for styling:
Execute yarn install
.
Execute yarn run build
.
Execute yarn start
.
Execute yarn docs
.
Execute yarn install
and yarn start
in the example folder.
Execute yarn test
.
FAQs
Unix-like environment for the web
The npm package unixorn receives a total of 0 weekly downloads. As such, unixorn popularity was classified as not popular.
We found that unixorn 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.