New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

brisk-client

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brisk-client

Managing client-side assets for Brisk

latest
Source
npmnpm
Version
0.4.2
Version published
Maintainers
1
Created
Source

Brisk Client

Automation for client side assets.

Dependencies

  • Brisk
  • Grunt-render

Install

Using npm

npm install brisk-client

Usage

In an node.js script, simply do:

client = require("brisk-client");

client.render( app, options );

Where:

  • app is an instance of Express.js
  • options is a custom config to control the various properties. Review the default options.

Config

  • isolation: [boolean] A flag set if we want to run the client in new instances each time initialized, to ensure data isolation

Credits

Initiated by Makis Tracend ( @tracend )

Distributed through Makesites.org

Released under the MIT license

Keywords

account

FAQs

Package last updated on 12 Apr 2025

Did you know?

Socket

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.

Install

Related posts