
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.
gatsby-plugin-fabric-ui
Advanced tools
Gatsby plugin for the Office Fabric UI framework. Adds the boilerplate needed for server-side rendering, which Gatsby performs during gatsby build
.
npm install office-ui-fabric-react gatsby-plugin-fabric-ui
After installing the plugin, add it to your site's config file:
gatsby-config.js
module.exports = {
plugins: ['gatsby-plugin-fabric-ui'],
};
Then you can use any of the components as usual:
import React from 'react';
import { DefaultButton } from 'office-ui-fabric-react';
const Index = () => (
<div>
<DefaultButton>Hello, world!</DefaultButton>
</div>
);
export default Index;
See the test folder for an example Gatsby site.
Currently only tested with:
react
v16gatsby
v2office-ui-fabric-react
v6npm install
gatsby-ssr.jsx
. Please also prettier via npm run format
.cd test
npm install
npm run build # test that SSR works properly
npm run develop # launches the sample site
npm test
.FAQs
Gatsby plugin for the Fabric UI framework
The npm package gatsby-plugin-fabric-ui receives a total of 0 weekly downloads. As such, gatsby-plugin-fabric-ui popularity was classified as not popular.
We found that gatsby-plugin-fabric-ui 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.