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.
@influxdata/clockface
Advanced tools
UI Kit for building Chronograf and other Time Series visualization applications
A React + Typescript UI Kit for building Chronograf and other Time Series visualization applications.
Components with sub-components are sub-classed to improve readablity of code and ease of use. Family parent is the only component in the family to import a stylesheet and all styles are namespaced accordingly. Style namespacing is largely based on BEM.
Example:
import {Garden} from '@influxdata/clockface'
<Garden> // Family Parent
<Garden.Fence />
<Garden.PlanterBox />
</Garden>
You can tell these are all related because of the Garden
family namespace
.garden {
display: flex;
}
.garden--fence {
color: white;
}
.garden--planter-box {
flex: 1 0 50%;
}
Clockface offers a variety of Types to make customizing the UI kit simple. For example, any component that can be rendered in different colors takes the ComponentColor
type. Use of these common prop types throughout the UI kit ensures consistency.
FAQs
UI Kit for building Chronograf and other Time Series visualization applications
The npm package @influxdata/clockface receives a total of 12 weekly downloads. As such, @influxdata/clockface popularity was classified as not popular.
We found that @influxdata/clockface demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 28 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.