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 - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

2

engines/less.js
var helper = require("../lib/util");
var less = require("less");
module.exports = function (pxcssfile, url, param, cb) {
module.exports = function (pxcssfile, reqOpt, param, cb) {
var MIME = "text/css";

@@ -6,0 +6,0 @@

@@ -34,3 +34,4 @@ var helper = require("../lib/util");

module.exports = function (htmljsfile, _url, param, cb) {
module.exports = function (htmljsfile, reqOpt, param, cb) {
var _url = reqOpt.path;
var MIME = "application/javascript";

@@ -37,0 +38,0 @@

{
"name": "dac",
"version": "0.4.1",
"version": "0.5.0",
"description": "Dynamic Assets Compiler",

@@ -23,3 +23,3 @@ "main": "index.js",

"juicer": "~0.6.8-stable",
"less": "~2.4.0"
"less": "~2.5.0"
},

@@ -26,0 +26,0 @@ "author": "limingv5",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc