Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@universelabs/meta
Advanced tools
A blockchain enhhanced front-end framework based off Bootstrap for developing decentralized apps.
Meta is an open source blockchain UI framework. (Built from Bootstrap)
universe.engineering
Report bug
·
Explore
·
Medium
·
Slack
·
This project was bootstrapped with Create React App v2
.
Meta
.
1rem
and 1.0625rem
base font-size
.meta
├── .circleci
│ └── config.yml
├── .gitignore
├── package-lock.json
├── package.json
├── public
│ └── index.html
│ └── manifest.json
├── README.md
└── scss
└── src
│ └── App.js
│ └── App.test.js
│ └── components
| │ └── Footer.js
| │ └── Header.js
| │ └── Home.js
| │ └── NoMatch.js
| │ └── Page404.js
| │ └── Typography.js
│ └── css
| └── App.css
| └── index.css
│ └── index.js
│ └── scss
| └── meta.scss
│ └── serviceWorker.js
└── static.json
Quickly start by cloning the repository to your local machine
$ git clone git@github.com:universelabs/meta.git
Install npm
. npm
is installed and comes bundled with Node.js
$ brew install node
Add dependencies
$ npm install
Start the local client side server and run the app. The app will automatically open your web browser and navigate to http://localhost:3000/ for you
$ npm start
Guy Lepage
FAQs
Meta is an open source UI framework for both web2 & web3 applications.
The npm package @universelabs/meta receives a total of 6 weekly downloads. As such, @universelabs/meta popularity was classified as not popular.
We found that @universelabs/meta 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.