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.
build-future-simple-template
Advanced tools
Simple Template contains a simple file hierarchy to build a front end project, which includes css, sass, js,html,imgs,font and engined by express,hope you like it! -- @BuildFuture
SimpleTemplate@BuildFuture offers a simple grunt-cored auto workflow project, which listens source file changes and lively update .
--bower_components // bower libraries
--dest // runtime directory, which is generated and maintained by grunt
--[.tmp] # temp compile file
--css # project css folder
--font # project level font folder
--html # html subpages
--imgs # images ,icons,svgs
--js # project js folder
--lib # libraries from external, as zepto,jQuery,Bootstrap
--index.html # main html page
--node_modules // node components
--src // source codes, where put your source codes
--font # font sources
--html # html pages
--imgs # image type assets
--js # js sources
--lib # external / third-party libs
--sass # sass folders
--index.html # main page
--.jshintrc // jshint config
--bower.json // bower config, preset bower dependencies
--Gruntfile.js // grunt config file
--package.json // package meta
--Readme.md // readme file
--start.bat // starter under windows / xp
--start.sh // starter under unix* / linux*
1. copy multiple sources to dest directory , from sources codes , bower_components and other libs , which is configured in grunt
2. compile from sass / scss to css
3. concat all .css files into a combine file all.css, concat all .js files into a combined file all.js; (library not included)
4. unglify all.js to all.min.js, cssmin all.css to all.min.css
5. minify html files
@BuildFuture
aims to make it better,more effective, easier to build projects.
FAQs
Simple Template contains a simple file hierarchy to build a front end project, which includes css, sass, js,html,imgs,font and engined by express,hope you like it! -- @BuildFuture
The npm package build-future-simple-template receives a total of 3 weekly downloads. As such, build-future-simple-template popularity was classified as not popular.
We found that build-future-simple-template 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.