New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dac

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dac

Dynamic Assets Compiler

0.11.2
latest
Source
npm
Version published
Weekly downloads
1
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

DAC

Dynamic Assets Compiler

Usage

npm install dac

Invoke

var dac = require("dac");

dac.less(realpath, reqOpt, params, callback);
dac.tpl(realpath, reqOpt, params, callback);

Implement

module.exports = function (abspath, reqOpt, param, cb) {
  var url = reqOpt.path;
  
  cb(err, "CONTENT", "REALPATH", "MIME");
};

Keywords

assets

FAQs

Package last updated on 17 Jul 2017

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