Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@wework/oui-scss
Advanced tools
npm install @wework/oui-scss --save-dev
To include all of Oui's styles in your project, import like so:
@import "@wework/oui-scss/src/oui"
It is optional to use both Normalize-scss and Eric Meyer's Reset CSS. You should include them before importing Oui:
@import "@wework/oui-scss/src/reset"
@import "@wework/oui-scss/src/normalize"
@import "@wework/oui-scss/src/oui"
If you would like to use our default font, Proxima Nova
, include the following script tag in the head of your html:
<script src="//fast.fonts.net/jsapi/bc942a26-8ea5-4d85-b69e-a4afa56b5011.js"></script>
(truncated, only showing one component in src, for the sake of simplicity)
├── docs
│ ├── styleguide
│ │ ├── styleguide.jade
│ │ ├── styleguide.jsx
│ │ ├── styleguide.scss
│ ├── entry.js
│ ├── index.html
├── node_modules
├── public
├── src
│ ├── components
│ │ ├── header
│ │ │ ├── header.jade
│ │ │ ├── header.jsx
│ │ │ ├── header.scss
│ │ ├── index.js
docs/
- Imports all components necessary for the docs into Styleguide.jsx. entry.js
is our entry point for webpack. When npm run build
is executed, this folder is compiled to serve up our documentation in public
in the browser at localhost:8080
.public/
- Generated by webpack. Compiled and minified docs for reference.src/components
- Where everything we need to build beautiful websites lives.npm run build
to both delete the public
folder and rebuild it.
npm run build:clean
to remove public
foldernpm run build:all
to build public
foldernpm start
to view the documentation on localhost:8080
.
FAQs
WeWork UI + Styles
The npm package @wework/oui-scss receives a total of 0 weekly downloads. As such, @wework/oui-scss popularity was classified as not popular.
We found that @wework/oui-scss demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 open source maintainers 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.