
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
A UI component kit for React
Install from NPM and include it in your own React build process (using Browserify, Webpack, etc).
npm install rkit --save
import React from 'react'
import ReactDOM from 'react-dom'
import Kit from 'rkit'
var Demo = React.createClass({
render: function() {
return (
<div>Hello</div>
)
}
})
ReactDOM.render(<Demo />, document.getElementById('container'))
git clone https://github.com/mother/rkit
npm install
And since React is just a peer dependency:
npm install react
npm install react-dom
Then:
npm run dev
Then visit http://localhost:8000
npm run build
npm test
MIT. Copyright (c) 2016 Mother Co.
FAQs
A UI component kit for React
The npm package rkit receives a total of 8 weekly downloads. As such, rkit popularity was classified as not popular.
We found that rkit 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.