Socket
Socket
Sign inDemoInstall

node-lessify

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-lessify - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

7

index.js

@@ -85,3 +85,3 @@ // v0.0.9a

done(new Error(msg, file, e.line));
return done(new Error(msg, file, e.line));
}

@@ -98,2 +98,7 @@

self.push(null);
output.imports.forEach(function(f) {
self.emit('file', f);
});
done();

@@ -100,0 +105,0 @@ });

2

package.json
{
"name": "node-lessify",
"version": "0.0.10",
"version": "0.0.11",
"description": "LESS precompiler and CSS plugin for Browserify",

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

node-lessify
============
Version 0.0.10
Version 0.0.11

@@ -69,2 +69,4 @@ [![Build Status](https://travis-ci.org/wilson428/node-lessify.png)](https://travis-ci.org/wilson428/node-lessify)

## Changes
**v0.0.11**: Watchify support. Thx, @jiaweihli!
**v0.0.10**: Supports backslashes in CSS. Thx, @BernieSumption!

@@ -71,0 +73,0 @@

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