Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
td-stylekit
Advanced tools
Common set of components and styles to be used across frontend products as well as documentation based on these components.
Common set of components and styles to be used across frontend products as well as documentation based on these components.
yarn add td-stylekit react react-dom
import React from 'react'
import { Text, ThemeProvider } from 'td-stylekit'
return () => (
<ThemeProvider>
<Text>text</Text>
</ThemeProvider>
)
script | description |
---|---|
build | generate a production build of module |
test | run unit tests |
docs:start | start dev documentation server |
docs:build | generate static build of docs |
yarn version
git push --follow-tags
We supports all major browsers with the following versions. For other, unsupported browsers, we automatically use a fallback.
CSS prefixing and compatibility is provided by inline-style-prefixer
. We have a custom build script to specify this set of browsers in bin/generate-browser-data
, and the data is stored in src/utils/prefixer
. This data can be regenerated as needed but it should be fairly infrequently changing data (CSS properties and browser support).
FAQs
A common set of components and styles to be used across frontend products as well as documentation based on these components.
The npm package td-stylekit receives a total of 325 weekly downloads. As such, td-stylekit popularity was classified as not popular.
We found that td-stylekit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.