
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
springbokjs-base
Advanced tools
A collection of gulp tasks
npm install --save-dev gulp springbokjs-base
Then create the file gulpfile.js:
var gulp = require('gulp');
var pkg = require('./package.json');
require('springbokjs-base/gulptask.js')(pkg, gulp, {
src: {
css: [
// here put css files from bower or node_modules or other assets,
// included before the main less file in src/browser/less/main.less.
],
js: [
// here put js files from bower or node_modules or other assets,
// included before files from src/browser/js/ folder.
'node_modules/springbokjs-shim/init.js',
//'node_modules/ejs/ejs.min.js'
]
},
jshintBrowserOptions: {
"predef": [ "S" ]
},
jshintServerOptions: {
"predef": [ "S" ]
},
});
You can configure with the options below, the value displayed is the default:
{
paths: {
scripts: "**/*.js",
'public': 'public/',
config: 'src/config/',
stylesIncludePath: ['bower_components/'],
common: {
src: false,
dest: 'lib/common/', // destination for server-side.
},
// can be false, a string (the src option)
server: 'src/server/',
// or an object
server: {
src: 'src/server/',
common: 'src/common/',
dist: 'lib/server/',
startfile: 'server.js',
templatesEJS: '**/*.ejs',
templatesJSX: '**/*.jsx',
configdest: 'lib/'
}
browser: {
src: 'src/browser/',
dist: 'public/dist/',
js: 'js/',
mainscripts: pkg.name + ".js",
styles: 'style/',
mainstyle: 'main.less',
templatesEJS: 'templates/',
images: "images",
}
},
FAQs
Springbok Base, Gulp tasks
The npm package springbokjs-base receives a total of 0 weekly downloads. As such, springbokjs-base popularity was classified as not popular.
We found that springbokjs-base 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.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.