
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy 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.
universe.engineering
Report bug · Explore · Twitter · Medium · Slack
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
The Meta documentation is a simple and easy to use Meta Design System
for you to reference and/or modify. There currently is no homepage to reference but will be coming soon. In the meantime, we recommend simply following the instructions below to get your version of the Meta Design System
up and running.
git clone git@github.com:universelabs/meta.git
.npm
installed. npm
comes bundled with Node.js. brew install node
.npm install
.npm start
.For detailed instructions on how to customize Meta and the Meta Design System, visit Documentation.
Guy Lepage
By contributing your code, you agree to license your contribution under the MIT License.
This project was bootstrapped with Create React App v2
and uses the UI framework Bootstrap as it's foundational base.
FAQs
Meta is an open source UI framework for both web2 & web3 applications.
The npm package @universelabs/meta receives a total of 0 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.