Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@knocklabs/react-feed
Advanced tools
import {
KnockProvider,
FeedProvider,
NotificationBadge,
useFeedToken,
} from "@knocklabs/react-feed";
function App() {
return (
<KnockProvider apiKey={process.env.KNOCK_API_KEY}>
<MyComponent />
</KnockProvider>
);
}
function MyComponent() {
const currentUser = useCurrentUser();
const feedToken = useFeedToken(process.env.KNOCK_FEED_ID, currentUser.id);
return (
<header>
<FeedProvider token={feedToken}>
<NotificationBadge>
{({ onClose }) => (
<ActivityFeed
onActivityClick={() => {
onClose();
}}
/>
)}
</NotificationBadge>
</FeedProvider>
</header>
);
}
To start up the build process in order to work with the library locally, either in the example repo, or by linking elsewhere:
git clone git@github.com:knocklabs/react-feed.git && cd react-feed
npm i
npm run dev
There's an example application that you can load in your browser for local development under the example/
directory.
cd example
yarn
yarn run start
It's set to point to localhost:4000
, which is the dev instance of the Knock API.
FAQs
Activity feed components for Knock
The npm package @knocklabs/react-feed receives a total of 0 weekly downloads. As such, @knocklabs/react-feed popularity was classified as not popular.
We found that @knocklabs/react-feed demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.