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.
css-gridish-grid
Advanced tools
This package is a standalone version of the grid provided as an chrome extension by: https://github.com/IBM/css-gridish/ the purpose of this lib is to make the local development easier by having the grid packed locally in your project, so anyone in the team can preview without any further installation.
npm install css-gridish-grid -D
Recommended usage:
If you are using webpack or rollup for instance, you can wrap your code inside a if(TRUE|FALSE) {}
block and get the grid automatically striped out from production build using tree-shaking
import Gridish from 'css-gridish-grid'
if (process.env.DEBUG) {
const grid = new Gridish( require('../css-gridish.json') )
grid.init()
//grid.hide()
//grid.destroy()
}
A sample of the options that can be given on the constructor can be found in here: https://github.com/IBM/css-gridish/blob/master/examples/material/css-gridish.json
The init()
and destroy()
methods are for easier hookups in a HOT-MODULE-RELOAD environment, this gives you the ability to dispose the grid whenever appropriated.
FAQs
Only the Grid from IBM/css-gridish as an NPM module
The npm package css-gridish-grid receives a total of 14 weekly downloads. As such, css-gridish-grid popularity was classified as not popular.
We found that css-gridish-grid 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.