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.
@antialias/view-cards
Advanced tools
`view-cards` combines webpack dev server, hot module replacement, and devboard to show your devcards with minimal configuration. Just place files called `card.js`, or `*.card.js` in your project and they will be included on the devboard.
view-cards
combines webpack dev server, hot module replacement, and devboard to show your devcards with minimal configuration. Just place files called card.js
, or *.card.js
in your project and they will be included on the devboard.
npm install -g view-cards
Run view-cards
in the root of the project for which you would like to view cards.
card-config.js
goes in your project root. It can export the following:
transformWebpackConfig
This is a function that takes as input the webpack config that view-cards uses and can transform it into a new config that works with your devcards. This is where you can add loader configurations, resolve.extensions, and any necessary plugins.
webpack-config-builders
and lodash.flow
work well to help you build and combine functions that can transform the webpack config.
Defaults to x => x
srcRoot
The directory that contains all your devcards. Defaults to .
cardPattern
A regular expression that is used to match your card file names. Defaults to /[\.\/^]card\.jsx?$/
stylesheets
An array of URIs to stylesheets that will be added to <head>
in the the template rendered by express.
publicDir
A path relative to process.cwd()
that will be the public assets directory for the devcard server.
favicon
Path to the favicon used for the devcard server. Defaults to favicon.ico in the project director if present, otherwise uses view-cards's built-in "hand of cards" favicon.
FAQs
`view-cards` combines webpack dev server, hot module replacement, and devboard to show your devcards with minimal configuration. Just place files called `card.js`, or `*.card.js` in your project and they will be included on the devboard.
We found that @antialias/view-cards 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
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.