Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7.3 to 0.7.4

6

engines/lessjs.js

@@ -6,5 +6,5 @@ var lessLayer = require("./less");

var toString = function (compiled) {
var styles = new CleanCSS().minify(compiled).styles;
styles = styles.replace(/(")/g, function (all, q) {
return '\\' + q;
var styles = new CleanCSS({compatibility:"ie7"}).minify(compiled).styles;
styles = styles.replace(/"|\\\d/g, function (all) {
return '\\' + all;
});

@@ -11,0 +11,0 @@ return '"' + styles + '"';

{
"name": "dac",
"version": "0.7.3",
"version": "0.7.4",
"description": "Dynamic Assets Compiler",

@@ -5,0 +5,0 @@ "main": "index.js",

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