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.
A gulp plugin to create tree JSON from directory. Used for tapestry app
Tree creates a structured hierarchical JSON from a folder structure
First, install gulp-tree
as a development dependency:
npm install --save-dev gulp-tree
Then, add it to your gulpfile.js
:
var tree = require("gulp-tree");
gulp.src('./src/*.html')
.pipe(tree({
patternsPath: './src/patterns',
jsonPath: './src/json/'
}))
Type: String|Number
Default: ./src/patterns
Directory where the patterns are located
Type: String
Default: './src/json'
Directory where the json should be saved
Tree creates a structured hierarchical JSON from a folder structure
FAQs
A gulp plugin to create tree JSON from directory. Used for tapestry app
The npm package gulp-tree receives a total of 15 weekly downloads. As such, gulp-tree popularity was classified as not popular.
We found that gulp-tree 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.