
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
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
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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.